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'
};
}