This package provides TypeScript declaration files for the Femsolve Cloud Services 3D Viewer/Editor.
To install the package, run the following command:
npm install fcs-core-viewer
There are different build configurations depending on what type of product derivative we want to build.
- Viewer3D Build Configurations
This version's entry point is under the
Viewer3D/Viewer3DAPI.ts
file. The NPM command will build with webpack thefcs-viewer-3d.min.js
bundle.
Debug build:
npm run build:vdev
Release build:
npm run build:vprod
Local hot-reload debug build:
npm run vserver
- Editor3D Debug Build
The entry point is set at
Editor3D/Editor3DAPI.ts
and this compiles the completely fused source code of the Viewer3D and Editor3D.
Debug build:
npm run build:edev
Release build:
npm run build:eprod
Local hot-reload debug build:
npm run eserver