UNPKG

handwritten-mathematics-recogniser

Version:

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

7 lines (6 loc) 125 B
export declare class Point { x: any; y: any; constructor(x: any, y: any); set(x: number, y: number): void; }