Releases: stewartlord/identicon.js
Releases · stewartlord/identicon.js
Actually fix base64 encoding on Node
The previous fix could still result in a "btoa is not defined" error.
Fix base64 encoding on Node
2.3.2 Bump version to 2.3.2
Minor syntax fixes
2.3.1 Bump version
New saturation and brightness options
You can now control saturation and brightness of the derived foreground color from options. Minor change to pnglib.js to support strict mode.
Hash parameter is now required
The hash parameter is no longer optional.
Updated package description
2.1.1 Update packaged description and therefore version.
Raw output option for smaller SVGs
Minor new feature allows rendering unencoded images. In the case of SVG this can be used to output smaller plain-text data URIs (the default base64 encoding adds 33%).
SVG Support!
Adds support for SVG output while preserving backwards compatibility. Existing usage should be unchanged. To generate SVGs, pass format: 'svg'
in options.
New foreground color option
Merge pull request #22 from buildbreakdo/patch-1 Update README.md -- add installation section