Get perfect shadows everytime for the non designer.
npm i leoimage
Then...
import {leoImage} from "leoimage";
leoimage({
shadowType : 'soft',
roundedCorners : 'soft',
circleImage : 'soft',
padding : false;
});
leoImage Supports Two options,both of which are optional
- shadowType - hard | soft (Default to soft)
- padding - boolean (Defaults to False)
- roundedCorners - hard | soft (Default to soft)
- circleImage -hard | soft (Default to soft)