Replies: 1 comment 2 replies
-
Hi @TheNtwork! 🙂 Happy DOM has not implemented Canvas yet unfortunately. It is tracked in the #241 task. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Happy-Dom implements a lot of the normal Document features in regards to reading from the parsed html such as getElementById etc.
However i couldnt find any documentation in regards to tag specific functions such as document.createElement("canvas").getContext
Is there any particular file where adding this functionality is possible (ex. a handler that determines wich properties of the dom get exposed in regards to certain calls) I couldnt find anything when looking through the source but i might be mistaken
Beta Was this translation helpful? Give feedback.
All reactions