UNPKG

pikchr-wasm

Version:
6 lines (5 loc) 193 B
declare const Pikchr: { loadWASM: () => Promise<void>; render: (markup: string, svgClass?: string, flags?: number, height?: number, width?: number) => string; }; export default Pikchr;