Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 885 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 885 Bytes

Three.js Dash Docset Generator

About

Automatically generate three.js docset for local browsing in Dash from three.js official HTML docs.

Author

Joshua Zhang @toruta39

Usage

To install:

To generate:

  • Install node.js, CoffeeScript and PhantomJS if you haven't installed them yet.
  • Clone this repo with recursive flag: git clone --recursive https://github.com/toruta39/threejs-dash-gen
  • In the repo's root directory, run: npm install && npm start
  • Open threejs.docset to install

Update

Please file an issue there if you want to update the docs. Thanks.