1.0.1 • Published 3 years ago

tscanvas v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
import { Canvas } from 'tscanvas';

let canvas = new Canvas('123456789acbdef123456789acbdef123456789acbdef123456789acbdef123456789');

canvas.getAssignments().then(console.log);

Notes and warnings

This project exists solely as an internal tool and will likely never have complete coverage over the Canvas API. It is not recommended that you use this in production applications.