mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-01-23 00:06:08 +01:00
Commented code
This commit is contained in:
parent
3496a5d658
commit
432342415e
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user