react-random-fancy-border-radius
v0.0.3
Published
This React component generates random shapes with each rendering.
Readme
React Random Fancy Radius
This React component generates random shapes with each rendering.

Usage
import FancyRadius from "react-random-fancy-border-radius"
import sampleImgSrc from "./sample.jpg";
function App() {
return (
<div className="App">
<FancyRadius src={sampleImgSrc} alt="sample"/>
</div>
);
}This package is Inspired by https://github.com/9elements/fancy-border-radius
