1.0.3 • Published 5 years ago
mts.image.shadower v1.0.3
NPM Sample package
Gets custom shadows on your images. Just add the the class name shadowwizard
Installation
npm install mts.image.shadower --save
How 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)