We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94a6af commit 22fa48dCopy full SHA for 22fa48d
types/heic-decode/index.d.ts
@@ -5,7 +5,7 @@ interface HasBuffer {
5
interface DecodedImage {
6
width: number;
7
height: number;
8
- data: ArrayBuffer;
+ data: Uint8ClampedArray;
9
}
10
11
interface Decodable {
0 commit comments