UNPKG

@navelpluisje/pcb-components

Version:

A library with native components. They are all pcb components, like a dip-switch, resitor etc.

14 lines (12 loc) 127 B
import { dipswitch, trimmer, resistor, ic, led, } from '../index'; dipswitch(); trimmer(); resistor(); ic(); led();