You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,7 @@ or
22
22
$ yarn add @codedread/bitjs
23
23
```
24
24
25
-
## Example Usage
26
-
27
-
### bitjs.archive
25
+
## bitjs.archive
28
26
29
27
This package includes objects for unarchiving binary data in popular archive formats (zip, rar, tar) providing unzip, unrar and untar capabilities via JavaScript in the browser. A prototype version of a compressor that creates Zip files is also present. The decompression/compression actually happens inside a Web Worker.
This package includes code for dealing with files. It includes a sniffer which detects the type of file, given an ArrayBuffer.
125
123
@@ -128,7 +126,7 @@ import { findMimeType } from './bitjs/file/sniffer.js';
128
126
constmimeType=findMimeType(someArrayBuffer);
129
127
```
130
128
131
-
### bitjs.image
129
+
## bitjs.image
132
130
133
131
This package includes code for dealing with binary images. It includes a module for converting WebP images into alternative raster graphics formats (PNG/JPG).
0 commit comments