UNPKG
@grapecity/gcimageviewer
Version:
latest (7.2.3)
7.2.3
7.2.1
7.2.0
7.1.4
7.1.3
7.1.1
7.1.0
7.0.3
7.0.2
7.0.1
7.0.0
1.2.5
1.2.4
1.2.3
1.2.1
1.2.0
1.1.5
1.1.3
1.1.0
1.0.4
1.0.3
1.0.1
1.0.0
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Document Solutions Image Viewer
@grapecity/gcimageviewer
/
typings
/
external
/
icojs
/
decode-ico.d.ts
19 lines
(18 loc)
•
338 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export declare function decodeIco(input: any):
((ImageData
&
{
bpp:
any;
hotspot:
{
x:
any;
y:
any;
}
|
null
;
type:
string;
}
)
|
{
bpp:
number;
data:
Uint8Array;
height:
any;
hotspot:
{
x:
any;
y:
any;
}
|
null
;
type:
string;
width:
any;
}
)[];