Skip to content

Commit

Permalink
Added bgcolor option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
download13 committed Jul 31, 2014
1 parent 0b1e2bf commit 9033f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -14,6 +14,7 @@ Use
var icon = blockies.create({ // All options are optional
seed: 'randstring', // seed used to generate icon data, default: random
color: '#dfe', // to manually specify the icon color, default: random
bgcolor: '#aaa', // choose a different background color, default: white
size: 15, // width/height of the icon in blocks, default: 10
scale: 3 // width/height of each block in pixels, default: 5
});
Expand Down

0 comments on commit 9033f43

Please sign in to comment.