@openscript/unplugin-favicons
Version:
Generate favicons for your project with caching for blazing fast rebuilds.
9 lines • 459 B
TypeScript
import type { FaviconResponse } from "favicons";
import type { FaviconsIconsPluginOptions, FaviconsLogoPluginOptions } from "../../types.js";
/**
* Provided a FaviconsPluginOptions object, generates assets and returns a
* FaviconResponse object.
*/
declare const generateFavicons: (options: FaviconsIconsPluginOptions | FaviconsLogoPluginOptions) => Promise<FaviconResponse>;
export default generateFavicons;
//# sourceMappingURL=generate-favicons.d.ts.map