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.cjs
PCB
Schematic
'use strict';
var jsxRuntime = require('react/jsx-runtime');
var index = () => (jsxRuntime.jsx("board", { width: "10mm", height: "10mm" }));
module.exports = index;