@chart-parts/vsvg

Implementation of the visual prerendering phase, which translates scenegraphs to an intermediate, svg-based, form

Usage no npm install needed!

<script type="module">
  import chartPartsVsvg from 'https://cdn.skypack.dev/@chart-parts/vsvg';
</script>

README

Purpose

This package converts chart-parts scenegraphs into virtual-svg documents, these are basically a Virtual-Dom for SVGs, but abstract enough to be used by different SVG implementations.