📳 ansiToPng.ts

This commit is contained in:
nirholas
2026-03-31 10:24:09 +00:00
parent 4c482fe092
commit bf2c144f4e

View File

@@ -332,3 +332,4 @@ function encodePng(px: Uint8Array, width: number, height: number): Buffer {
chunk('IEND', new Uint8Array(0)),
])
}