UNPKG

@peterek/vite-plugin-favicons

Version:

Simple Vite plugin to generate favicons from source image. Nothing more, nothing less.

8 lines (7 loc) 154 B
module.exports = { '.ico': 'image/x-icon', '.json': 'application/json', '.png': 'image/png', '.xml': 'application/xml', DEFAULT: 'text/plain' }