Add support for Animated (A)PNG (#8158)

This commit is contained in:
Michael Telatynski 2022-03-28 09:38:54 +01:00 committed by GitHub
parent 7798ecfa33
commit a3e5231873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 106 additions and 48 deletions

View file

@ -52,6 +52,7 @@ const ALLOWED_BLOB_MIMETYPES = [
'image/jpeg',
'image/gif',
'image/png',
'image/apng',
'image/webp',
'video/mp4',