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:
parent
1601d8678d
commit
88083df3a1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue