Skip to content

Commit

Permalink
prep for v0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrgut committed Aug 25, 2013
1 parent f271f6a commit fafd44a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ create indenticon-like image hashes styled like [Github][ghid] and
filled. Hash chaining is used to satisfy fill criteria.
* `maxFill`: float (default: 0.9) - maximum proportion of tiles which may
be filled.
* `pixelColor`: mixed (default: 0) - color to fill foreground tiles. As
`bgColor`, but cannot be null.
* `pixelColor`: mixed (default: 0) - color to fill foreground tiles. All
`bgColor` values are valid for `pixelColor`.

Returns a `Canvas` object containing the rendered image.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retricon",
"version": "0.0.1",
"version": "0.0.2",
"description": "create indenticon-like visual hashes styled like Github and Gravatar (retro) avatars",
"main": "index.js",
"homepage": "https://github.com/sehrgut/node-retricon",
Expand Down

0 comments on commit fafd44a

Please sign in to comment.