mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-26 05:51:21 -07:00
Add WebP decoding to the Node/wasm package
image-webp is pure Rust and compiles to wasm32; brings the npm package's input formats closer to the CLI/Python surface. Wasm grows ~115 KB (486 KB -> 601 KB). Also gitignore nodejs/.npmrc. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
ec715f8c3c
commit
6e9b147bbd
@@ -2,3 +2,5 @@
|
||||
/target
|
||||
/node_modules
|
||||
Cargo.lock
|
||||
# npm auth token — per-project, never commit
|
||||
.npmrc
|
||||
|
||||
Reference in New Issue
Block a user