altium-toolkit 0.1.16 → 0.1.17
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,8 +12,9 @@ outputs from the recovered model.
|
|
|
12
12
|
|
|
13
13
|
The package was extracted from [ECAD Forge](https://ecadforge.app/), where it
|
|
14
14
|
is used for browser-based Altium document parsing and deterministic render
|
|
15
|
-
output.
|
|
16
|
-
|
|
15
|
+
output. It is also used in [PCB Styler](https://pcb-styler.app/). Its parser
|
|
16
|
+
behavior, normalized model shape, and renderer output can be reused by other
|
|
17
|
+
browser or Node-based tools.
|
|
17
18
|
|
|
18
19
|
## Features
|
|
19
20
|
|