okgeometry-api 1.1.0 → 1.1.2
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/dist/Mesh.d.ts +61 -1
- package/dist/Mesh.d.ts.map +1 -1
- package/dist/Mesh.js +156 -1
- package/dist/Mesh.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/wasm-base64.d.ts +1 -1
- package/dist/wasm-base64.d.ts.map +1 -1
- package/dist/wasm-base64.js +1 -1
- package/dist/wasm-base64.js.map +1 -1
- package/package.json +1 -1
- package/src/Mesh.ts +353 -56
- package/src/index.ts +7 -0
- package/src/wasm-base64.ts +1 -1
- package/wasm/okgeometrycore.js +1 -1
- package/wasm/okgeometrycore_bg.wasm +0 -0
- package/wasm/package.json +1 -1
package/wasm/okgeometrycore.js
CHANGED
|
@@ -1777,7 +1777,7 @@ export function version() {
|
|
|
1777
1777
|
function __wbg_get_imports() {
|
|
1778
1778
|
const import0 = {
|
|
1779
1779
|
__proto__: null,
|
|
1780
|
-
|
|
1780
|
+
__wbg___okgeometry_boolean_should_cancel_79c84103cdd98357: function() {
|
|
1781
1781
|
const ret = globalThis.__okgeometry_boolean_should_cancel();
|
|
1782
1782
|
return ret;
|
|
1783
1783
|
},
|
|
Binary file
|
package/wasm/package.json
CHANGED