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
Hi, when I use html2canvas in an Angular project (v18), I get this warning
[WARNING] Module 'html2canvas' used by 'x' is not ESM
When I add the following lines to package.json , the warning stops appearing, is this correct?
"exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/html2canvas.esm.js", "require": "./dist/html2canvas.js" } },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please follow the general troubleshooting steps first:
Bug reports:
Hi, when I use html2canvas in an Angular project (v18), I get this warning
[WARNING] Module 'html2canvas' used by 'x' is not ESM
Specifications:
When I add the following lines to package.json , the warning stops appearing, is this correct?
The text was updated successfully, but these errors were encountered: