abse/boostxl-audio
This code defines a PCB footprint and 3D model for a Bourns 3352T-1-104LF rotary potentiometer with three pins, used as an adjustable resistor component.
- Version
- 1.0.9
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/abse.boostxl-audio",
"version": "1.0.9",
"description": "A tscircuit component package",
"main": "index.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"check:release": "node scripts/verify-release.mjs",
"check:shorts": "TSCI_TEST_MODE=true tsci check shorts dist/index/circuit.json --mode pcb --layer top --pixels-per-mm 20 && TSCI_TEST_MODE=true tsci check shorts dist/index/circuit.json --mode gerber --layer bottom --pixels-per-mm 20",
"render:snapshots": "node scripts/render-snapshots.mjs",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit",
"verify": "bun run typecheck && bun run build && bun run check:shorts && bun run check:release"
},
"devDependencies": {
"tscircuit": "latest",
"typescript": "^5.0.0"
},
"author": "abse"
}