Skip to content

uberwild/react-blob-shape

Repository files navigation

React Blob Shape

npm version GitHub license GitHub stars

Description

Create SVG blob shapes using React.

Installation

npm install react-blob-shape

Usage

import { useBlob } from 'react-blob-shape';

function App() {
	const { path } = useBlob({ size: 560 })

	return (
		<svg width="560" height="560" viewBox="0 0 560 560">
			<path d={path} />
		</svg>
	)
}

License

MIT

About

Create a Blob Shape with React

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors