debug artifact
This commit is contained in:
parent
cfbf5dc609
commit
31ccab99e1
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ const svgChangeTheme = (mode) => {
|
|||
canvas.height = image.naturalHeight;
|
||||
const ctx = canvas.getContext("2d");
|
||||
ctx.drawImage(image, 0, 0);
|
||||
console.log(image);
|
||||
|
||||
const imageData = ctx.getImageData(
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue