README
what is this?
get perfect shadow every time for the non-designer
Installation
npm i boxshadowizard --save
Then...
...
import { boxshadowizard } form 'boxshadowizard';
boxshadowizard({ shadow_type:'soft', padding:false }); ...
Options
boxshadowizard supports 2 options, both of which are optional:
- shadow_type - _hard / soft (Default to soft)
- padding - boolean (Defaults to false)