@mavend/octoheads
v0.2.4
Published
🐙 Generate octopus avatars
Readme
Octoheads
🐙 Generate octopus avatars
🍴 Fork of RobertBroersma/bigheads project
Getting Started
yarn add @mavend/octoheadsor
npm install @mavend/octoheads --savethen, 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