mirror of
https://github.com/codedread/bitjs
synced 2025-10-05 18:34:17 +02:00
Issue #28: Removed build step for bitjs.io now that all browsers (Firefox 114+) support ES Module Workers.
This commit is contained in:
parent
fce8d69612
commit
63e84dadb0
26 changed files with 916 additions and 2965 deletions
3
index.js
3
index.js
|
@ -20,10 +20,11 @@ export {
|
|||
UnarchiveEvent, UnarchiveEventType, UnarchiveInfoEvent, UnarchiveErrorEvent,
|
||||
UnarchiveStartEvent, UnarchiveFinishEvent, UnarchiveProgressEvent, UnarchiveExtractEvent,
|
||||
Unarchiver, Unzipper, Unrarrer, Untarrer, getUnarchiver
|
||||
} from './archive/archive.js';
|
||||
} from './archive/decompress.js';
|
||||
export { getFullMIMEString, getShortMIMEString } from './codecs/codecs.js';
|
||||
export { findMimeType } from './file/sniffer.js';
|
||||
export { convertWebPtoPNG, convertWebPtoJPG } from './image/webp-shim/webp-shim.js';
|
||||
export { BitBuffer } from './io/bitbuffer.js';
|
||||
export { BitStream } from './io/bitstream.js';
|
||||
export { ByteBuffer } from './io/bytebuffer.js';
|
||||
export { ByteStream } from './io/bytestream.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue