Skip to content

Commit 7331258

Browse files
committed
update README
1 parent 9325bc4 commit 7331258

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# jigsaw-canvas
22
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

Comments
 (0)