1.0.1 • Published 1 year ago

react-blob-shape v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.1

1 year ago

1.0.0

1 year ago