UNPKG
tiff
Version:
latest (7.1.3)
7.1.3
7.1.2
7.1.1
7.1.0
7.0.0
6.2.0
6.1.1
6.1.0
6.0.0
5.0.3
5.0.2
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0
0.0.2
0.0.1
TIFF image decoder written entirely in JavaScript
image-js.github.io/tiff/
image-js/tiff
tiff
/
lib
/
tags
/
gps.d.ts
4 lines
•
164 B
TypeScript
View Raw
1
2
3
4
declare
const
tagsById
:
Record
<
number
,
string
>;
declare
const
tagsByName
:
Record
<
string
,
number
>;
export
{ tagsById, tagsByName };
//# sourceMappingURL=gps.d.ts.map