A simple react component that creates a holo card effect similar to Pokemon cards holo effect v2
Developed from example: nicomanzato
Insall dependencies:
npm i react-holo-card-effect
<HoloCard
url={'https://assets.codepen.io/13471/pikachu-gx.webp'}
height={300} // optional, default 446
width={200} // optional, default 320
showSparkles={false} // optional, default true
/>