![binary](https://media.thi.ng/umbrella/banners/thing-binary.svg?0e2f5170)
![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)
This project is part of the
@thi.ng/umbrella monorepo.
About
95+ assorted binary / bitwise operations, conversions, utilities.
Status
STABLE - used in production
Installation
yarn add @thi.ng/binary
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/binary?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/binary/lib/index.umd.js" crossorigin></script>
Package sizes (gzipped, pre-treeshake): ESM: 1.87 KB / CJS: 2.19 KB / UMD: 1.85 KB
Dependencies
Usage examples
Several demos in this repo's
/examples
directory are using this package.
A selection:
Screenshot | Description | Live demo | Source |
---|
![](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png) | hdom update performance benchmark w/ config options | Demo | Source |
API
Generated API docs
TODO
Authors
Karsten Schmidt
License
© 2016 - 2020 Karsten Schmidt // Apache Software License 2.0