fcs-core-viewer

0.32.1 • Public • Published

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.

  1. Viewer3D Build Configurations This version's entry point is under the Viewer3D/Viewer3DAPI.ts file. The NPM command will build with webpack the fcs-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
  1. 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

Readme

Keywords

none

Package Sidebar

Install

npm i fcs-core-viewer

Weekly Downloads

18

Version

0.32.1

License

ISC

Unpacked Size

534 kB

Total Files

464

Last publish

Collaborators

  • femsolve-kft