Commented code

This commit is contained in:
Felix Kaspar 2023-11-17 15:58:44 +01:00
parent 3496a5d658
commit 432342415e

View File

@ -7,7 +7,7 @@ export type PDFJSImage = {
width: number;
height: number;
interpolate?: any;
kind: number;
kind: number; // TODO: Document what this is, maybe hasAlpha?
data: Uint8ClampedArray;
};