UNPKG
@evshiron/exifr
Version:
latest (7.1.4)
7.1.4
📷 The fastest and most versatile JavaScript EXIF reading library.
mutiny.cz/exifr/
evshiron/exifr
@evshiron/exifr
/
src
/
dicts
/
tiff-interop-keys.mjs
10 lines
(8 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{tagKeys, createDictionary}
from
'../tags.mjs'
createDictionary
(tagKeys,
'interop'
, [ [
0x0001
,
'InteropIndex'
], [
0x0002
,
'InteropVersion'
], [
0x1000
,
'RelatedImageFileFormat'
], [
0x1001
,
'RelatedImageWidth'
], [
0x1002
,
'RelatedImageHeight'
], ])