imrishabh18/test-pcm
This code defines a 10mm by 10mm electronic circuit board containing a single pin-row chip with an associated 3D CAD model of the "MachineContactMedium" component.
- Version
- 1.0.3
- License
- unset
- Stars
- 0
package.json
PCB
Schematic
{
"name": "@tsci/imrishabh18.test-pcm",
"version": "1.0.3",
"main": "dist/index.js",
"keywords": [
"tscircuit"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev"
},
"devDependencies": {
"@types/react": "^19.2.9",
"tscircuit": "^0.0.1177"
}
}