1.0.0 • Published 10 years ago

yotsuko v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

yotsuko

Library to get coordinates of rectangles drawn on image.

Example

var image = new Image();
image.src = '../data/test.png';
var data = yotsuko.process(image);
canvas_draw(data); // Implementation in tests

Original image on the right and rebuilt on the left:

Example

1.0.0

10 years ago