pritifirstwizard
v1.0.1
Published
Add awesome shadows for non-designer
Downloads
2
Readme
What is this?
Get perfect shadows every time for the non-designer
Instalattion
npm i shadowizardy --save
Then......
import { shadowizard } from 'shadowizard';
shadowizard({
shadow_type: 'soft',
padding: false
});
options
Shadowizard supports two options, both of them are optional
- shadow_type - hard | soft (Defaults to soft)
- padding - true | false (Defaults to false)