UNPKG

facesjs

Version:

A JavaScript library for generating vector-based cartoon faces

7 lines (6 loc) 254 B
import { FaceConfig, Overrides } from "./common.js"; /** * Renders the given face in a pseudo DOM element and then returns the * SVG image as an XML string. */ export declare const faceToSvgString: (face: FaceConfig, overrides?: Overrides) => string;