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
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.
127
146
@@ -130,7 +149,7 @@ import { findMimeType } from './bitjs/file/sniffer.js';
130
149
constmimeType=findMimeType(someArrayBuffer);
131
150
```
132
151
133
-
## bitjs.image
152
+
###bitjs.image
134
153
135
154
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