shadows_wiz
v1.2.2
Published
Adds awesome shadow boxes for designers
Downloads
9
Maintainers
Readme
What is this?
Creates shadows for image elements. Auto detects the color of your image and creates a shadow.
Installation
npm - shadowwiz --save
Then...
import {shadowwiz} from 'shadowwiz';
shadowwiz({
shadow_type: 'soft'
padding: 'false'
});
Options
Shadowwiz supports 2 optionsm both of which are optional:
- shadow_type - hard / soft (Defaults to soft)
- padding- boolean (Defaults to false)