UNPKG

chordproject-diagrammer

Version:

A TypeScript library for generating SVG chord diagrams.

6 lines (5 loc) 262 B
import { IDictionary } from "./models/IDictionary"; export declare class Helper { static createSVGElement(name: string, attributes?: IDictionary, dashValues?: boolean): SVGElement; static appendTextNode(node: SVGElement, val: string): SVGElement; }