UNPKG

@realfavicongenerator/generate-favicon

Version:
4 lines (3 loc) 170 B
import { Svg } from "@svgdotjs/svg.js"; import { ImageAdapter } from "./adapter"; export declare const loadSvg: (file: File, imageAdapter: ImageAdapter) => Promise<Svg>;