Schematics

Make a schematic file in typeCAD

A schematic file isn’t needed since typeCAD code takes the place of it, but it can be useful to have one available. People will likely still want to look at a schematic rather than code.

This functionality is now built into @typecad/typecad. Use the schematic export to generate KiCAD schematic files from your typeCAD project.

import { schematic } from '@typecad/typecad';