UNPKG

p5.js-svg

Version:

The main goal of p5.SVG is to provide a SVG runtime for p5.js, so that we can draw using p5's powerful API in \<svg\>, save things to svg file and manipulating existing SVG file without rasterization.

7 lines (6 loc) 183 B
import { P5SVG } from './types'; /** * https://github.com/processing/p5.js/blob/main/src/core/p5.Element.js */ declare const _default: (p5: P5SVG) => void; export default _default;