1.0.1 • Published 6 years ago

argraph v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

argraph

A three.js and three.ar.js extention to draw augmented reality graph

How to compile

  • Install yarn or npm if you dont already have them on your computer
  • Run these command (replace yarn with npm if you use npm)
yarn install
yarn build (or npm run-script build)

How to generate documentations

npm run-script docs (or yarn docs)

How to use this in your three.js project

npm install argraph