{"id":23866288,"url":"https://github.com/drsensor/_______","last_synced_at":"2026-06-07T00:30:19.305Z","repository":{"id":264945346,"uuid":"894728287","full_name":"DrSensor/_______","owner":"DrSensor","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-26T23:04:32.000Z","size":1991,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-14T05:30:53.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrSensor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-26T22:02:09.000Z","updated_at":"2024-11-26T23:03:19.000Z","dependencies_parsed_at":"2024-11-26T23:34:52.789Z","dependency_job_id":null,"html_url":"https://github.com/DrSensor/_______","commit_stats":null,"previous_names":["drsensor/_______"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSensor%2F_______","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSensor%2F_______/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSensor%2F_______/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSensor%2F_______/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrSensor","download_url":"https://codeload.github.com/DrSensor/_______/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240190926,"owners_count":19762593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-03T09:49:02.244Z","updated_at":"2026-06-07T00:30:19.229Z","avatar_url":"https://github.com/DrSensor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @tscircuit/core\n\n[tscircuit](https://github.com/tscircuit/tscircuit) \u0026middot; [Development Guide](./docs/DEVELOPMENT.md)\n\nA rewrite of [tscircuit builder](https://github.com/tscircuit/builder) with a ThreeJS/react-three-like API and architecture.\n\n## Usage\n\n```tsx\nimport { Board, Resistor, Led, Trace, Project } from \"@tscircuit/core\"\n\nconst project = new Project()\n\nconst board = new Board({\n  width: \"10mm\",\n  height: \"10mm\",\n})\nproject.add(board)\n\nconst R1 = new Resistor({ resistance: \"10k\", footprint: \"0402\" })\nboard.add(R1)\n\n// You can also add elements with React\nboard.add(\u003cled footprint=\"0402\" /\u003e)\n\nconst trace = new Trace({ width: \"0.2mm\" })\ntrace.connect(R1.output, LED1.anode)\nboard.add(trace)\n\nproject.getJson() // [{ type: \"board\", ...}, { type: \"resistor\", ...}, ...]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsensor%2F_______","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrsensor%2F_______","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsensor%2F_______/lists"}