jimp-dev / jimp

An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.
MIT License
13.7k stars 763 forks source link

Explore wasm libraries for type- libraries #1174

Open hipstersmoothie opened 1 year ago

hipstersmoothie commented 1 year ago

It could make our encoding decoding way better

gevhambarzumyan93 commented 6 months ago

any update on this topic?

hipstersmoothie commented 6 months ago

We kind of decided against it since it would make the package size huge.

We could explore making wasm based plugins that are opt in. I'd merge those PRs!