7 ms·
I just had to try, got a bitmap and set it directly on the canvas using js, I wonder if it will print. Canvas is 348x348. https://gist.github.com/ibarrajo/d5d
by ibarrajo 11mo ago
I just had to try, got a bitmap and set it directly on the canvas using js, I wonder if it will print.
Canvas is 348x348.
https://gist.github.com/ibarrajo/d5dc106cf226a0f2286e7e959ce75bfb https://gist.github.com/ibarrajo/d5dc106cf226a0f2286e7e959ce...
- a_t48 11mo agoI did the same thing, though with `img.src = https://my_image/whatever.jpg; img.setAttribute("crossorigin", "anonymous");`