UNPKG

astro-favicons

Version:

An all-in-one favicon and PWA assets generator for Astro projects. It automates the creation of favicons, manifest, and supports hot reloading for efficient development. Powered by `astro-capo`, it keeps your ๏นค๐š‘๐šŽ๐šŠ๐š๏นฅ content well-organized and tidy.

7 lines (4 loc) โ€ข 179 B
import * as astro from 'astro'; declare const localizedHTML: (locale?: string) => string; declare const onRequest: astro.MiddlewareHandler; export { localizedHTML, onRequest };