@openscript/unplugin-favicons
Version:
Generate favicons for your project with caching for blazing fast rebuilds.
41 lines • 1.16 kB
TypeScript
export declare const PLUGIN_NAME = "@openscript/unplugin-favicons";
/**
* By default, `favicons` renders assets for each icon type and config is used
* to opt-out. This plugin prefers an opt-in strategy, so we merge incoming
* configuration with this object to ensure `favicons` only renders the assets
* the user explicit declared.
*/
export declare const DEFAULT_ICON_OPTIONS: {
android: boolean;
appleIcon: boolean;
appleStartup: boolean;
coast: boolean;
favicons: boolean;
firefox: boolean;
windows: boolean;
yandex: boolean;
};
export declare const DEFAULT_FAVICONS_OPTIONS: {
appShortName: undefined;
appleStatusBarStyle: string;
background: string;
dir: string;
display: string;
icons: {
android: boolean;
appleIcon: boolean;
appleStartup: boolean;
favicons: boolean;
windows: boolean;
yandex: boolean;
};
lang: string;
loadManifestWithCredentials: boolean;
orientation: string;
pixel_art: boolean;
scope: string;
start_url: string;
theme_color: string;
version: string;
};
//# sourceMappingURL=const.d.ts.map