MCPcopy Create free account
hub / github.com/neplextech/vectorizer /

Class

js-bindings.d.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2/* eslint-disable */
3/** Mutable SVG builder exposed to JavaScript. */
4export declare class SvgFile {
5 /** Create an empty SVG document. */
6 constructor(width: number, height: number, pathPrecision?: number | undefined | null);
7 /** SVG width in pixels. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected