UNPKG

@skillpet/circuit

Version:

Circuit diagram library — render electrical schematics from JSON, with interactive SVG, themes, and Vue/React components

5 lines (4 loc) 176 B
/** Aligned with Python `backends/svg.py` / `svgunits.py`. */ export declare const PT_PER_IN = 72; export declare const LINE_WIDTH = 2; export declare const PX_PER_PT: number;