An open API service indexing awesome lists of open source software.

https://github.com/doochik/puzzler

JavaScript class to create puzzle from image
https://github.com/doochik/puzzler

Last synced: 6 days ago
JSON representation

JavaScript class to create puzzle from image

Awesome Lists containing this project

README

          

Puzzle - JS class to cut any image for puzzle

Class under development.

Usage:
new Puzzler('http://imagehost.com/path_to_image.jpg', 5, 5);

=== Chanelog ===
0.04 (14.09.2010)
Add Classic jigsaw

0.03 (14.09.2010)
Jigsaw optimization (10x boost)
onProgressCallback

0.02 (13.09.2010)
Add another type of jigsaw
Fix some bugs

0.01 (30.08.2010)
First version. It's just work. Code is not optimized.