Socket
Socket
Sign inDemoInstall

@axelrindle/vite-plugin-favicon

Package Overview
Dependencies
37
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @axelrindle/vite-plugin-favicon

Vite plugin for dynamic favicon generation.


Version published
Maintainers
1
Created

Changelog

Source

[v0.2.0] - 2023-06-16

Changed

  • Will run for vite build as well as vite (serve)

Security

  • Fixed a vulnerability with Vite

Readme

Source

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

Keywords

FAQs

Last updated on 15 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc