@mavend/octoheads
v0.2.4
Published
🐙 Generate octopus avatars
Downloads
5
Readme
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