This project demonstrates how to use the ti-js
library in a web project.
Uses parcel for bundling.
Run:
npm install
Run:
npm start
Then navigate to http://localhost:1234
in your favorite web browser.
You can also just build with:
npm run build