0.2.0 • Published 11 months ago

@axelrindle/vite-plugin-favicon v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

CI npm (scoped) commit style changelog style

vite-plugin-favicon

💠 Generate favicons

Install

npm i @axelrindle/vite-plugin-favicon

Usage

import favicon from '@axelrindle/vite-plugin-favicon'
import { defineConfig } from 'vite'

export default defineConfig({
    plugins: [
        favicon()
    ]
})

Configuration

source

One or multiple input files.

One input file is enough in most cases.

output

The relative output directory to place the generated files in.

generatorOptions

Options to pass to the underlying generator library.

For reference see https://github.com/itgalaxy/favicons.

TODO

  • automatic index.html injection

License

MIT

0.2.0

11 months ago

0.2.0-2

11 months ago

0.1.0

1 year ago