1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 09:39:16 +02:00

docs: Add Information about Package Installation

This commit is contained in:
gavin 2020-07-17 20:21:25 +05:30 committed by GitHub
parent 1601d8678d
commit 88083df3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,13 @@ A set of JavaScript modules to handle binary data in JS (using Typed Arrays). I
* bitjs/io: Low-level classes for interpreting binary data (BitStream, ByteStream). For example, reading or peeking at N bits at a time. * bitjs/io: Low-level classes for interpreting binary data (BitStream, ByteStream). For example, reading or peeking at N bits at a time.
## Installation
Install it using your favourite package manager, the package is registered under `@codedread/bitjs`.
```bash
$ yarn add @codedread/bitjs
```
## Example Usage ## Example Usage
### bitjs.archive ### bitjs.archive