@openscript/unplugin-favicons
Version:
Generate favicons for your project with caching for blazing fast rebuilds.
9 lines • 420 B
TypeScript
import type { EmittedFile } from "../types.js";
/**
* Provided a list of EmittedFile objects from Vite and an Android or Firefox
* manifest's contents, updates each icon's source to reflect the final name
* generated for the file by Vite.
*/
declare const updateManifest: (emittedImages: EmittedFile[], manifestContents: string) => string;
export default updateManifest;
//# sourceMappingURL=update-manifest.d.ts.map