biscuitboard 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -36,8 +36,11 @@ bun run build:site
|
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
The site is written to `dist/`. Its Gerber download index is available at
|
|
39
|
-
`/gerbers/`, with
|
|
40
|
-
`/gerbers/examples/clad-panel.zip`.
|
|
39
|
+
`/gerbers/`, with panel archives such as
|
|
40
|
+
`/gerbers/examples/clad-panel.zip`. Panel circuits also get a Gerber ZIP and
|
|
41
|
+
PCB screenshot for every board in the panel, listed alongside the full-panel
|
|
42
|
+
download. These artifacts are written under paths such as
|
|
43
|
+
`/gerbers/examples/clad-panel/boards/01-<board-name>.zip` and `.png`.
|
|
41
44
|
|
|
42
45
|
`BiscuitBoard` owns the fixed 75 mm x 55 mm outline, mounting holes, and
|
|
43
46
|
assignable prefabricated vias. Copper pours are intentionally disabled. Its
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "biscuitboard",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Prefabricated copper-clad board wrappers and fixed-via autorouting for tscircuit",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@biomejs/biome": "^2.3.4",
|
|
96
|
+
"@resvg/resvg-js": "2.6.2",
|
|
96
97
|
"@tscircuit/biscuit-board-autorouter": "github:tscircuit/biscuit-board-autorouter#a704ab5d6f9693924fe716710c57a7787fe943f4",
|
|
97
98
|
"@tscircuit/checks": "0.0.151",
|
|
98
99
|
"@tscircuit/common": "0.0.56",
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
"bun-match-svg": "0.0.15",
|
|
103
104
|
"circuit-json": "0.0.464",
|
|
104
105
|
"circuit-json-to-lbrn": "0.0.88",
|
|
106
|
+
"circuit-to-svg": "0.0.400",
|
|
105
107
|
"lbrnts": "0.0.22",
|
|
106
108
|
"manifold-3d": "^3.5.1",
|
|
107
109
|
"manifold-to-step": "^0.0.4",
|