modeler.js是基于Konva开发的一款HTML模型展示工具
- Install nodejs (or other web server)
- Clone this project to your computer
git clone https://github.com/xmings/modeler.js
- Open the terminal and change directory to project folder
- Run this command as below:
npm install http-server -g
http-server -c-1
- Access this web page with
http://127.0.0.1:8080/index.html