Add support for Canvas
See original GitHub issuee.g. document.createElement('canvas').getContext('2d')
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How do I get help with Canvas as a student?
You can get help with Canvas by using the Help menu. The Help menu generates a list of resources to help you with...
Read more >Canvas Support FAQs - Instructure
Below you'll find answers to commonly asked support questions and other inquiries you might have. We also invite you to visit our troubleshooting...
Read more >Supports in CANVAS - Mosaic Manufacturing
1. These support structures are non-soluble. If you are going to use the same material from the model as supports, please follow these...
Read more >Get Canvas help - TC Technology Knowledge Base
All Teachers College students, faculty, and staff have 24/7 access to the knowledgable Canvas support team via phone, email, or chat.
Read more >FIU Canvas Help Center
Need support? Visit us for technical assistance with your Canvas online, hybrid, or web-assisted course and commonly asked questions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for reporting @steel! 🙂
I will look into adding support for Canvas as soon as possible. However, being able to render graphics might be a bit challenging, but at least we can get support for the API.
FYI, adding canvas might mean impacting running tests in parallel for solutions using happy-dom for that:
https://github.com/Automattic/node-canvas/issues/2019
For example:
https://github.com/vitest-dev/vitest/issues/740
I just wanted to point it out, no real opinion otherwise (maybe some config can control these “if there is a peer I will depend on it” cases to give control over them, or maybe that is too much config… idk)