Many people don't know CanvasRenderingContext2D.drawImage()
accept HTMLCanvasElement
as CanvasImageSource
const image = await loadImage(canvas1.toDataURL());
context2.drawImage(image);
const imageData = context1.getImageData();
context2.putImageData(imageData);
context2.drawImage(canvas1)
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too