React SVG Blob Generator
npm install react-svg-blobReact SVG Blob Generator. Inspired by blob shapes app original



https://codesandbox.io/s/react-svg-blob-kuzpc
``sh`
$ yarn add react-svg-blob
`jsx
import {SvgBlob} from 'react-svg-blob';
import {cross as crossPattern} from 'react-svg-blob/dist/lib/patterns';
image='https://source.unsplash.com/random/600x600/?plants'
/>
`
| parameter | type | default | description |
| :--------------: | :-------------------------------: | :---------: | :------------------------------------------------------------------------------------ |
| variant | solid\|gradient\|pattern\|image | undefined | The variant type of shape. Required true |boolean
| isOutline | | false | |number
| shapeProps.size | | 200 | SVG blob path size |number
| shapeProps.grow | | 6 | Minimum size of the blob in percentage. More the smaller more the randomness |number
| shapeProps.edges | | 6 | Total nodes to create a shape. Increasing this value will add complexity to the shape |number
| shapeProps.seed | | undefined` | It can be used to get same shape |
> We provide some patterns ready to use. You can find more of the pattern at Hero Patterns



MIT