Skip to content

Commit

Permalink
Change to allow jpeg as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mnussbaumer committed Nov 26, 2021
1 parent a094b41 commit 2221fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imageengine/imageengine-helpers",
"version": "0.0.5",
"version": "0.0.6",
"description": "A set of helper functions to generate ImageEngine custom urls with valid directives",
"homepage": "https://github.com/imgeng/imageengine-helpers",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export type IEFormat =
"png" |
"gif" |
"jpg" |
"jpeg" |
"bmp" |
"webp" |
"jp2" |
Expand Down

0 comments on commit 2221fea

Please sign in to comment.