mime
mime copied to clipboard
apng files classified as image/png instead of image/apng
The correct mimetype for APNG images is image/apng, but because APNG uses the same 8 header bytes as PNG, APNG matches the PNG magic number. The js file-type library has more complex logic for this check.