0.2.4 ā€¢ Published 3 years ago

@mavend/octoheads v0.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Octoheads

šŸ™ Generate octopus avatars

šŸ“ Fork of RobertBroersma/bigheads project

Getting Started

yarn add @mavend/octoheads

or

npm install @mavend/octoheads --save

then, in your app:

import { OctoHead } from '@bigheads/core'

const Example = () => (
  <OctoHead
    accessory="shades"
    circleColor="blue"
    eyebrows="angry"
    eyes="wink"
    facialHair="mediumBeard"
    hair="short"
    hairColor="black"
    hat="none"
    hatColor="green"
    lashes="false"
    lipColor="purple"
    mask="true"
    faceMask="true"
    mouth="open"
    skinTone="brown"
  />
)

Contributing

Start storybook

yarn storybook
0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago