rodneycurl / bigheads

Easily create characters for your projects

Home Page:https://bigheads.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big Heads Demo

Easily generate avatars for your projects with Big Heads. https://bigheads.io

Getting Started

yarn add @bigheads/core

or

npm install @bigheads/core --save

then, in your app:

import { BigHead } from '@bigheads/core'

const Example = () => (
  <BigHead
    accessory="shades"
    body="chest"
    circleColor="blue"
    clothing="tankTop"
    clothingColor="black"
    eyebrows="angry"
    eyes="wink"
    facialHair="mediumBeard"
    graphic="vue"
    hair="short"
    hairColor="black"
    hat="none"
    hatColor="green"
    lashes="false"
    lipColor="purple"
    mask="true"
    mouth="open"
    skinTone="brown"
  />
)

About

Easily create characters for your projects

https://bigheads.io

License:MIT License


Languages

Language:TypeScript 98.8%Language:JavaScript 0.9%Language:CSS 0.2%Language:CSS 0.2%