profilebysteve
Version:
Add awesome userprofiles to your project
26 lines (16 loc) • 429 B
Markdown
# What is this ?
get a perfect shadows evry time fro the non-designers
# Installation
` npm i shadowwizard --save`
Then...
...
import { shaowwizard } from 'shadowwizard' ;
shadowwizard({
shadow_type: 'soft',
padding: false
});
...
## Options
Shadowwizard supports 2 options, both of which are optional :
* * shadow_type * - _hard | soft_ (Defaults to soft)
* * padding * - _boolean_ (Defaults to faulse)