fcs-core-viewer
v0.52.1
Published
3D Viewer in the Cloud
Readme
Viewer3D/Editor3D Packages
This package provides TypeScript declaration files for the Femsolve Cloud Services 3D Viewer/Editor.
Installation
To install the package, run the following command:
npm install fcs-core-viewerDevelopment Environment
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.tsfile. The NPM command will build with webpack thefcs-viewer-3d.min.jsbundle.
Debug build:
npm run build:vdevRelease build:
npm run build:vprodLocal hot-reload debug build:
npm run vserver- Editor3D Debug Build
The entry point is set at
Editor3D/Editor3DAPI.tsand this compiles the completely fused source code of the Viewer3D and Editor3D.
Debug build:
npm run build:edevRelease build:
npm run build:eprodLocal hot-reload debug build:
npm run eserver