
Pts.js is a fancy JavaScript library to compose and visualize points in canvas spaces. Written in typescript/es6.
Install:
$ npm install pts
How to use it:
Import the pts into your project.
import {CanvasSpace, Pt, Group, Line} from 'pts';Or directly include the pts.js on the html page.
<script src="pts.js"></script>
Read the Doc for more information.
Changelog:
10/08/2018
- v0.6.2







