0.55.0 • Published 1 month ago
fcs-core-viewer
Licence
ISC
Version
0.55.0
Deps
9
Size
698 kB
Vulns
1
Weekly
0
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-viewer
Development 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: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.tsand 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