diff --git a/src/main.ts b/src/main.ts index b18daba..7d1da70 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,7 +53,7 @@ const renderPixels = (hash: string) => { const pixelsToSvg = (pixels: Rectangle[]): string => { let xml = ` - ` + ` pixels.forEach((pixel) => { if (!pixel.isPixel) {