Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Heminger authored and Jeremy Heminger committed Apr 4, 2019
1 parent a02b7d0 commit f37b76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ test.load(['images/cat.jpg'])
test.draw(i,images[0].img) test.draw(i,images[0].img)
.getData(i) .getData(i)
.nearestPixel(i,15) .nearestPixel(i,15)
.grayScale(3) .greyScale(3)
.FSDither(10) .FSDither(10)
.drawBuffer(j) .drawBuffer(j)
}) })
Expand Down

0 comments on commit f37b76c

Please sign in to comment.