UNPKG

pikchr-wasm-kindone

Version:

A fast and small port of Pikchr to WASM.

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;