New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@axelrindle/vite-plugin-favicon

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axelrindle/vite-plugin-favicon

Vite plugin for dynamic favicon generation.

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 15 Jun 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc