@spherescan/viewer
v0.3.2
Published
SCAN viewer - embeddable System & Component Architecture Notation renderer
Readme
@spherescan/viewer
Embeddable SCAN renderer - project a model to a board graph and export SVG/PNG.
npm install @spherescan/viewer @spherescan/modelimport { ScanViewer } from "@spherescan/viewer";
const viewer = new ScanViewer({ container: "#canvas" });
await viewer.importYAML(yamlString);Also: projectToGraph, graphToSvg, svgToPngBlob.
License: Apache-2.0.
