sangit/dataset-srj11-45-degree
This code defines a PCB layout with test points, obstacles, and routed traces, including components like rotated and twin pads for physical hardware design.
- Version
- 0.1.0
- License
- unset
- Stars
- 0
package.json
{
"name": "dataset-srj11-45-degree",
"version": "0.1.0",
"private": true,
"main": "index.tsx",
"keywords": [
"tscircuit",
"autorouting",
"45-degree"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev"
},
"devDependencies": {
"@types/react": "^19.2.7",
"tscircuit": "^0.0.1660"
}
}