react-blob-shape
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i react-blob-shape

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

10.4 kB

Total Files

7

Last publish

Collaborators

  • vascobotelho