File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Notice and Warning!
7
7
8
8
We are implementing v2.0. This version would include a few big changes. If you won't ready to use, don't update this library.
9
9
10
- - Change namespace from *piexif * to *piexifjs * in browser environment.
11
10
- add some arguments type checks
12
11
- stop to support bower
13
12
- some data types are changed in exif object...?
@@ -39,7 +38,7 @@ No dependencies.
39
38
Environment
40
39
-----------
41
40
42
- Both client-side and server-side. Piexifjs is transpiled as Universal Module Definition( https://github.com/umdjs/umd) .
41
+ Both client-side and server-side. Piexifjs is transpiled as ` Universal Module Definition < https://github.com/umdjs/umd >`_ .
43
42
44
43
License
45
44
-------
Original file line number Diff line number Diff line change 19
19
20
20
::
21
21
22
- var exifObj = piexif.load(jpegData);
22
+ let exifObj = piexif.load(jpegData);
23
23
for (let ifd in exifObj) {
24
24
if (ifd == "thumbnail") {
25
25
continue;
You can’t perform that action at this time.
0 commit comments