1.1.0 • Published 5 years ago
vshadowizard v1.1.0
What is this?
Get perfect shadows every time for the non-designer.
Installation
npm i vshadowizard --save
Then...
import { vshadowizard } from 'vshadowizard';
vshadowizard({
shadow_type: 'soft',
padding: false,
});
Options
- shadow_type - hard / soft (Defaults to soft)
- padding - boolean (Defaults to flase)