We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Bellow the files in dist and dist/bundles:
To fix it, you need to change the module entry to magickApi.js
The text was updated successfully, but these errors were encountered: