Unclaimed project
Are you a maintainer of WASM-ImageMagick? Claim this project to take control of your public changelog and roadmap.
Changelog
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples
added tests that run in headless browser
high level execute() function that:
./src/util/file.ts contains utilities to easy MagickInputFile creation and transformation between input files and output files, blobs, arrays, strings, etc
./src/util/image.ts contains utilities related to images. Right now has compare() and extractInfo() that help me in the tests