Licence
MIT
Version
1.0.5
Deps
0
Size
9 kB
Vulns
0
Weekly
0
Cartoon Eyes for React
A React component that exports a customisable cartoon eye as inline SVG code.
Example usage
npm install cartoon-eyes
import { Eye } from 'cartoon-eyes';
function App() {
return (
<Eye
irisColor='#0000ff'
scleraWidth={80}
scleraHeight={55}
irisSize={80}
pupilWidth={30}
blinking={true} />
);
}
export default App;
Demo
More documentation coming soon.
Licence
MIT