UNPKG

handwritten-mathematics-recogniser

Version:

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

8 lines (7 loc) 148 B
import { Point } from './point'; export declare class Mouse extends Point { down: boolean; px: number; py: number; constructor(); }