-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Version 3.x with pdfjs error - Cannot assign to read only property #2446
Comments
I'm getting similar errors while trying to use Vega (https://github.com/vega/vega) on version 3. After all that you get a beautiful chart of nothing because you took away all the drawing pieces 🤣 |
Actually it looks like there have been changes made since RC2 was released that may address this issue. @zbjornson Any chance we could get some new prebuilds up with these changes? Pretty please! 🙏 |
There's a few stories in Bun and Deno around this so it would be great to see how close we are with the latest changes: The reason I was testing vega with node-canvas 3.0 was because I wanted to test the performance improvements of either bun or deno against our current node server, and version 2 is basically unusable in either of those newer runtimes |
I am also experiencing these errors when using canvas with jsdom. @zbjornson Any chance we can get a new RC release with the fixes from #2409? |
Also seeing this issue with pdfjs - would be awesome to see a new RC with the fixes as called out |
The pdf.js team just removed the |
Hey, taking a crack at getting the v3 of this library to play nicely with pdf.js, running into this error:
I mentioned this same issue with the
save
property in the PR here:#2235 (comment)
Are there more read-only properties that need to be changed?
The text was updated successfully, but these errors were encountered: