Skip to content

itzsarim/avatarize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

What is this?

This package will avatarize any element with class='avatarize'

Installation

npm install avatarize --save

Usage

import {avatarize} from avatarize;

avatarize({
    shape: 'round',
    color: 'red',
    shadow: true
})

Options

Avatarize supports following options:

  • shape - round | square (Defaults to square)
  • color - color value (#fff000 or yellow)
  • shadow - boolean (Defaults to false)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published