feat(ui): wip canvas

This commit is contained in:
psychedelicious
2023-05-05 00:06:50 +10:00
parent 206e6b1730
commit 1c9429a6ea
33 changed files with 712 additions and 222 deletions

View File

@@ -1,5 +1,4 @@
export const getImageDataTransparency = (pixels: Uint8ClampedArray) => {
console.log(pixels);
let isFullyTransparent = true;
let isPartiallyTransparent = false;
const len = pixels.length;