UNPKG

handwritten-mathematics-recogniser

Version:

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

5 lines (4 loc) 62 B
export interface Coordinate { x: number; y: number; }