A path to a svg file from the generated JS file
Synchroniously fetch a SVGNode from a file
Will throw an error if file cannot be fetched
A path to a svg file from the generated JS file
Parse html element into node
Parse a string into a SVGNode object, importing all SVG tags and attributes. Also imports innerText.
Counts on a single head element.
If a unrecognized tag or attributes appears will throw error. If parse fails will also throw an error.
A string to parse
Parse viewbox into ViewBox class
Generated using TypeDoc
Asynchroniously fetch a SVGNode from a file
Will reject if file cannot be fetched