UNPKG

handwritten-mathematics-recogniser

Version:

Easy and abstracted way to recognise handwritten mathematics in a browser or in a web view.

15 lines (13 loc) 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const point_1 = require("./point"); class Mouse extends point_1.Point { constructor() { super(0, 0); this.down = false; this.px = 0; this.py = 0; } } exports.Mouse = Mouse; //# sourceMappingURL=mouse.js.map