mohan-bee/speaker

This code defines configurable 3D models and PCB footprints for various electronic components, including a battery charger IC, a dual Hall sensor, a dual power switch, and a voltage regulator, with detailed pinouts, footprints, and CAD models for schematic and physical design.

Version
0.0.2
License
unset
Stars
0

package.json

{
  "name": "speaker",
  "module": "index.tsx",
  "type": "module",
  "private": true,
  "devDependencies": {
    "@types/bun": "latest",
    "@types/react": "^19.2.14",
    "tscircuit": "^0.0.1599"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "scripts": {
    "dev": "tsci dev",
    "start": "tsci dev"
  },
  "version": "0.0.2"
}