- V8 JavaScript Engine
- ECMAScript 2018
- No browser APIs
- No Node.js APIs
- No external dependencies
- Custom type definitions provided via
.d.tsfiles
-
Generate the
creojs@type package using https://github.com/dattodroid/creojs-dts and place it in thetypes/directory. -
Copy
browser.creojsandcreojs.jsfrom:<CREO_PARAMETRIC>\Common Files\apps\creojs\creojswebinto the
libs/directory.
-
Review the TS example in
src/. -
Build the project:
npm run build
-
Open
index.htmlin the Creo Embedded Browser.