shadowizar-sd
v1.0.0
Published
add shadow box for the non-design picture.
Downloads
3
Readme
Shadowizard-sd
Box Shadow library for picture
Get the perfect shadows every time for the non-designer. :D
Instalation
npm install shadowizard-sd --save
import {shadowizard} from 'shadowizard-sd';
shadowizard({
shadow_type: 'sord',
padding: false
});
Options
Shadowizar-sd only supports 2 options for now, both of which are optional:
- shadow_type - hard/ sort (Defaults to sort)
- padding - boolean (Defaults to false)
License
- MIT