Compose And Visualize Points In Spaces – Pts.js

Category: Javascript , Recommended | October 8, 2018
Author:williamngan
Views Total:556 views
Official Page:Go to website
Last Update:October 8, 2018
License:MIT

Preview:

Compose And Visualize Points In Spaces – Pts.js

Description:

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

You Might Be Interested In:


Leave a Reply