File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Notice and Warning!
77
88We are implementing v2.0. This version would include a few big changes. If you won't ready to use, don't update this library.
99
10- - Change namespace from *piexif * to *piexifjs * in browser environment.
1110- add some arguments type checks
1211- stop to support bower
1312- some data types are changed in exif object...?
@@ -39,7 +38,7 @@ No dependencies.
3938Environment
4039-----------
4140
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 >`_ .
4342
4443License
4544-------
Original file line number Diff line number Diff line change 1919
2020::
2121
22- var exifObj = piexif.load(jpegData);
22+ let exifObj = piexif.load(jpegData);
2323 for (let ifd in exifObj) {
2424 if (ifd == "thumbnail") {
2525 continue;
You can’t perform that action at this time.
0 commit comments