arnavk-09/two-test-points

This code constructs a 10mm by 10mm PCB with two test points connected by a trace.

Version
0.0.2
License
unset
Stars
0

dist/index.js

PCBPCB preview for dist/index.js
SchematicSchematic preview for dist/index.js
import { jsx } from 'react/jsx-runtime';

var index = () => (jsx("board", { width: "10mm", height: "10mm" }));

export { index as default };