UNPKG

@peterek/vite-plugin-favicons

Version:

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

6 lines (4 loc) 220 B
const { extname } = require('path') const contentTypeByExtension = require(__dirname + '/contentTypeByExtension.cjs') module.exports = (name) => contentTypeByExtension[extname(name)] ?? contentTypeByExtension.DEFAULT