APNGでもMIME typeはimage/pngにするように
This commit is contained in:
@@ -96,7 +96,7 @@ export async function convertToApng(path: string): Promise<IImage> {
|
||||
|
||||
return {
|
||||
data,
|
||||
ext: 'apng',
|
||||
type: 'image/vnd.mozilla.apng'
|
||||
ext: 'png',
|
||||
type: 'image/png'
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user