Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 412 Bytes

File metadata and controls

25 lines (19 loc) · 412 Bytes

brep-io-kernel examples (Node.js)

These examples use the published package brep-io-kernel in Node.js.

Setup

npm i brep-io-kernel

Run an example

node cube.js
node sphere.js
node cylinder.js
node cone.js
node pyramid.js
node torus.js
node boolean-union.js
node license-info.js

Note: The package is ESM-only. These example files use ESM syntax, so run them with Node.js 18+.