2.0.0 • Published 4 months ago

avatartion v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Avatartion

A simple avatar generator library.

Installation

npm install avatartion

Usage

import { generate } from 'avatartion';

const svg = generate({
  bg: 'rgb(252 165 165)',
  body: 1,
  eyes: 2,
  face: 1,
  hair: 3,
  mouth: 1,
  outfit: 4,
  accessory: 2
});

Contributors

License

MIT License - See LICENSE file for details

2.0.0

4 months ago

0.0.1

4 months ago