forge-presentations
v0.0.1
Published
Presentations framework to create and reproduce Power Point like presentations using LMV viewer.
Readme
Forge Presentations
Framework to help the development of presentations editors and presenters using LMV (Forge Viewer) and other Autodesk Forge technologies.
Getting started
Building, Running, testing, and debugging this module requires the following to be installed:
- [node.js] (https://nodejs.org/)
- Grunt
> npm install -g grunt-cli
> grunt build- distruib folder should have the library and examples ready to use.
Directory structure
| Folder | Description | |:--------------|:------------| | src | Source code for the prensentations framework | docs | Documentation | test | Unit and regression test spec files | distrib | After building the project, contains the library and examples
Run Examples Locally
- Start the local server `
npm run serve-examples `
- Open http://localhost:7000/examples/simple-editor/index.html?document=urn&accessToken=token&env=environment in your browser.
