Author: | usemeta |
---|---|
Views Total: | 1,060 views |
Official Page: | Go to website |
Last Update: | October 5, 2018 |
License: | MIT |
Preview:

Description:
A creative avatar generator lets you generate SVG based gradient avatars from any strings you provide.
How to use it:
Installation.
# NPM $ npm install gradient-avatar --save
Import the gradient-avatar.
// ES 6 import avatar from 'gradient-avatar'; // CommonJS: const avatar = require('gradient-avatar');
Generate a gradient avatar from a string.
avatar('CSSSCRIPT.COM');
Specify the size of the avatar.
avatar('CSSSCRIPT.COM', 32);