1.0.1 • Published 2 years ago
boxshadowyy v1.0.1
What is this?
Get Perfect Shadows For Images
#Installation
npm i boxshadow --save
Then..
...
import { boxshadow } from 'boxshadow';
boxshadow({ box_type:'soft', padding:false }); .....
Options
Box Shadow Supports 2 options,
- box_type - hard | soft(default)
- padding - boolean (Defaults to false)