1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-04 17:58:43 +09:00
This commit is contained in:
syuilo 2019-07-03 23:43:09 +09:00
parent 2c955858a0
commit 5e7a4e4752

View File

@ -97,6 +97,6 @@ export async function convertToApng(path: string): Promise<IImage> {
return {
data,
ext: 'apng',
type: 'image/apng'
type: 'image/vnd.mozilla.apng'
};
}