Skip to content

Commit

Permalink
docs: added note about SVG > PNG conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Mar 17, 2019
1 parent 28fc5a8 commit 4209586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Converts `<img>` tags with base64 encoded data URI's to absolute paths stored on [S3][] (or optionally [CloudFront][]).
* Supports all standard data URI image types (PNG, JPEG, GIF, SVG)
* Converts SVG images to PNG images using [Lipo][lipo] (since SVG doesn't render in all email clients)
* Checks Amazon S3 bucket before uploading images to prevent a redundant double-upload of the same file (better performance)
* Uses [rev-hash][] to prevent asset naming collisions in your S3 bucket (and to avoid Gmail image cache issues).
* Encodes your images using gzip so your downloads are [compressed and faster][s3-article] (uses `zlib.gzip`) via [zlib][].
Expand Down Expand Up @@ -153,3 +154,5 @@ Here's a snippet from the navbar shown in the screenshot above. We utilize [font
[nunjucks-highlight.js]: https://github.com/niftylettuce/nunjucks-highlight.js

[lad]: https://lad.js.org

[lipo]: https://lipo.io

0 comments on commit 4209586

Please sign in to comment.