mirror of
https://github.com/codedread/bitjs
synced 2025-10-06 10:49:55 +02:00
A couple more things I forgot: Updated README for codecs package. Updated github workflow for modern versions of Node.
This commit is contained in:
parent
d5971c0fdb
commit
5e0dc8c958
3 changed files with 4 additions and 2 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 15.x]
|
||||
node-version: [17.x, 18.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
node_modules
|
||||
tests/archive.spec.notready.js
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
A set of dependency-free JavaScript modules to handle binary data in JS (using Typed Arrays). Includes:
|
||||
|
||||
* bitjs/archive: Unarchiving files (unzip, unrar, untar) in the browser, implemented as Web Workers and allowing progressively unarchiving while streaming.
|
||||
* bitjs/codecs: Get the codec info of media containers in a ISO RFC6381 MIME type string
|
||||
* bitjs/file: Detect the type of file from its binary signature.
|
||||
* bitjs/image: Conversion of WebP images to PNG or JPEG.
|
||||
* bitjs/io: Low-level classes for interpreting binary data (BitStream, ByteStream). For example, reading or peeking at N bits at a time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue