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

PCBPCB preview for dist/index.cjs
SchematicSchematic preview for dist/index.cjs
'use strict';

var jsxRuntime = require('react/jsx-runtime');

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

module.exports = index;