-
Notifications
You must be signed in to change notification settings - Fork 68
build: install html2canvas-pro #148
New issue
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
base: main
Are you sure you want to change the base?
build: install html2canvas-pro #148
Conversation
|
When is this one going in? I think the color issue from Tailwind 4 is going to become and issue for more people soon. |
98d37b9 to
7800b98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I see that html2canvas has been stale for three years. I want to keep an eye on html2canvas-pro change before fully switching, but in the meantime, a quicker solution would be using resolve.alias to point to the new package.
Something like (adjust to your bundler Webpack/Vite/CRA as needed):
resolve: {
alias: {
'html2canvas': 'html2canvas-pro'
}
}
Thanks, adding the config for NextJS / turboPack if that helps anyone: |
To migrate off the deprecated experimental.turbo option, you simply remove that block and add a top-level turbopack section with the exact same settings:
|
|
Any idea when this is going to get marged? I have way more bugs with invoices due to lack of support of Tailwind V4. |
See #148 (review). |
|
a bump to this |
7800b98 to
9949eef
Compare
|
can release this, please? |
Replace html2canvas with html2canvas-pro
Check niklasvh/html2canvas#2700