| ▲ | ibarrajo 3 days 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/d5dc106cf226a0f2286e7e959ce... | ||
| ▲ | a_t48 3 days ago | parent [-] | |
I did the same thing, though with `img.src = https://my_image/whatever.jpg; img.setAttribute("crossorigin", "anonymous");` | ||