UNPKG

@realfavicongenerator/generate-favicon

Version:
5 lines (4 loc) 227 B
/// <reference types="node" /> import { Svg } from "@svgdotjs/svg.js"; export declare const convertBufferToDataUrl: (content: Buffer, mimeType: string) => string; export declare const convertSvgToDataUrl: (svg: Svg) => string;