We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9325bc4 commit 7331258Copy full SHA for 7331258
README.md
@@ -1,2 +1,10 @@
1
# jigsaw-canvas
2
A jigsaw puzzle generator for HTMLCanvas
3
+
4
+This library is still unstable.
5
6
+# API
7
+`generatePuzzle(image, rows, columns)` returns an array of `rows`X`columns` puzzle pieces based off `image`.
8
9
+# Demo
10
+[Demo](https://ygongdev.github.io/jigsaw-canvas/demo)
0 commit comments