Skip to content

Commit

Permalink
Reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasw committed Apr 19, 2020
1 parent 0cb9705 commit 843d09c
Show file tree
Hide file tree
Showing 25 changed files with 417 additions and 152 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser or from Node. Supports JPEG, TIFF, PNG, and HEIC files with Exif, IPTC,
XMP, and ICC meta data (depending on file type).

ExifReader is highly and easliy configurable and the resulting bundle can be as
small as **4 KB** (gzipped) if you're only interested in a few tags (e.g. date
small as **3 KiB** (gzipped) if you're only interested in a few tags (e.g. date
and/or GPS values). See section below on
[making a custom build](#configure-a-custom-build).

Expand Down Expand Up @@ -173,7 +173,7 @@ almost half the size of the full one (non-gzipped)):
```

**Example 2:** Only include TIFF files, and the Exif `DateTime` tag and the GPS
tags (resulting bundle will be ~17 % of a full build):
tags (resulting bundle will be ~16 % of a full build):

```javascript
"exifreader": {
Expand Down
2 changes: 1 addition & 1 deletion dist/exif-reader.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/exif-reader.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 843d09c

Please sign in to comment.