UNPKG
ngx-image-cropper
Version:
latest (9.1.6)
9.1.6
9.1.5
9.1.4
9.1.3
9.1.2
9.1.1
9.1.0
9.0.0
8.1.1
8.1.0
8.0.0
7.2.1
7.2.0
7.1.2
7.1.1
7.1.0
7.0.3
7.0.2
7.0.1
7.0.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.2
6.2.1
6.2.0
6.1.0
6.0.3
6.0.2
6.0.1
6.0.0
5.0.1
5.0.0
4.0.1
4.0.0
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.1
1.5.0
1.4.1
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
0.1.30
0.1.29
0.1.28
0.1.27
0.1.25
0.1.24
0.1.21
0.1.18
0.1.16
0.1.14
0.1.13
0.1.12
0.1.11
0.1.9
0.1.7
0.1.6
0.1.4
0.1.3
An image cropper for Angular
github.com/Mawi137/ngx-image-cropper
Mawi137/ngx-image-cropper
ngx-image-cropper
/
lib
/
interfaces
/
exif-transform.interface.d.ts
5 lines
(4 loc)
•
74 B
TypeScript
View Raw
1
2
3
4
5
export
interface
ExifTransform
{
rotate
:
number
;
flip
:
boolean
; }