Open UrielCh opened 1 month ago
if you explicitly import canvas
module you should be good to go, as that's used when available in this project:
https://github.com/WebReflection/linkedom/blob/a4bf499f61bc74d19e472cd6acbecc5e19db8b97/commonjs/canvas.cjs#L1-L7
Hi,
After viewing the Deno 2.0 anoncement video, I tryed to use observablehq's samples in deno Jupyter Notebooks.
some samplkes use canvas, and so do crash.
by implementing some ugly code I can make canvas's dependent code to works, so it's posible to use an
EmulatedCanvas2D
to make canvas works in linkdom.the question is: Can a canvas like can be integrated to the project ?
for reference there is a deno Notebooks of plot-mandelbrot-set: