Skip to content

Commit 0a79ef1

Browse files
committed
Add back in missing DEBUG variable for png.js
1 parent f1096f0 commit 0a79ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

image/parsers/png.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import { getExifProfile } from './exif.js';
1616
// https://www.w3.org/TR/png-3/
1717
// https://en.wikipedia.org/wiki/PNG#File_format
1818

19+
let DEBUG = false;
20+
1921
const SIG = new Uint8Array([0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A]);
2022

2123
/** @enum {string} */

0 commit comments

Comments
 (0)