1.0.1 • Published 4 years ago
shadowizard-deepak v1.0.1
What is this?
Get perfect shadows every time for the non-designer.
Installation
npm install shawowizard --save
Then...
import { shadowizard } from 'shadowizard-deepak';
shadowizard({
shadow_type: 'soft',
padding: false
});
Options
Shadowizard support 2 options, both of which are optional:
- shadow_type - _hard/_soft (Defaults to _soft)
- padding - boolean (Defaults to false)