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
- Host: GitHub
- URL: https://github.com/doochik/puzzler
- Owner: doochik
- Created: 2010-08-10T19:49:15.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-12-07T20:56:51.000Z (over 15 years ago)
- Last Synced: 2025-10-30T11:45:58.621Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.