Skip to content

Commit

Permalink
(feature) add WebP image support
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Jan 29, 2021
1 parent da9a2f5 commit 7ce0b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const IMAGE_TYPES = ['png', 'jpg', 'jpeg', 'svg', 'gif']
export const IMAGE_TYPES = ['png', 'jpg', 'jpeg', 'webp', 'svg', 'gif']
export const VIDEO_TYPES = ['video/mp4', 'video/ogg', 'video/webm']

0 comments on commit 7ce0b4c

Please sign in to comment.