WASM-ImageMagick
WASM-ImageMagick copied to clipboard
Missing file in dist folder in package 2.1.8 version
Hello,
Hello, I'm trying to use this package with React, but package.json is referencing a non-existent file.
This issue in the follow line in the package.json:
{
// ...
"module": "dist/bundles/wasm-imagemagick.esm-es5.js",
//...
}
Bellow the files in dist and dist/bundles:
misael in node_modules/wasm-imagemagick/dist
➜ tree .
.
├── bundles
│ ├── magickApi.js
│ ├── magick.js
│ └── magick.wasm
├── magickApi.js
├── magick.js
├── magick.wasm
To fix it, you need to change the module entry to magickApi.js