shadowwzard
v1.0.0
Published
Get the perfect shadow. Every time.
Readme
What is this?
Get the perfect shadow. Every time.
Installation
npm i shadowwzard --save
Then...
import { shadowwzard } from 'shadowwzard';
shadowwzard({
shadow_type: 'soft',
padding: false
});Options
Shadowwzard supports 2 options, both if which are optional:
- shadow_type - hard / soft (Defualts to soft)
- padding - boolean (Defualts to false)
