mts.image.shadower
v1.0.3
Published
custom shadowing to your images. demo only. Corrected typo on boxShadow
Readme
NPM Sample package
Gets custom shadows on your images. Just add the the class name shadowwizard
Installation
npm install mts.image.shadower --saveHow to use
import {customWizard} from 'customWizard';
customWizard({
shadow_type: 'soft',
padding: false
});Options
customWizard supports 2 options, both optional
- shadow_type - _hard | _soft (defaults to soft)
- padding - boolean (defaults to false)
