UNPKG
@recogito/annotorious
Version:
latest (2.7.14)
2.7.14
2.7.13
2.7.12
2.7.11
2.7.10
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.6.0
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2-beta
2.0.1-alpha
2.0.0-alpha
A JavaScript image annotation library
annotorious.github.io
annotorious/annotorious
@recogito/annotorious
/
packages
/
annotorious
/
dist
/
annotation
/
Transform.d.ts
6 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Transform
{
elementToImage
:
(
offsetX
:
number
,
offsetY
:
number
) =>
[
number
,
number
]; }
export
declare
const
IdentityTransform
:
Transform
;
export
declare
const
createSVGTransform
:
(
svg
:
SVGSVGElement
) =>
Transform
;
//# sourceMappingURL=Transform.d.ts.map