brep-io-kernel 1.0.25 → 1.0.26
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,6 +128,7 @@ Each annotation stores associative references and view metadata so reloading a p
|
|
|
128
128
|
The published package is `brep-io-kernel`. It ships as a single ESM bundle that
|
|
129
129
|
inlines the WASM, so consumers do not need any extra asset copying or loader
|
|
130
130
|
configuration.
|
|
131
|
+
[https://www.npmjs.com/package/brep-io-kernel](https://www.npmjs.com/package/brep-io-kernel)
|
|
131
132
|
|
|
132
133
|
- Examples (Node.js):
|
|
133
134
|
- [`brep-io-kernel-examples/README.md`](brep-io-kernel-examples/README.md)
|