shadowizzar
v1.1.1
Published
Learning from Gary Simon @DesignCourse, Shadowizzar is copy of shadowizard
Downloads
22
Maintainers
Readme
Shadowizzar
Get perfect shadows every time for the non-designer.
Instalation
npm i shadowizzar --save
or
yarn add shadowizzar
Usage
import { shadowizzar } from 'shadowizzar;
shadowizzar({
shadow_type: 'hard',
padding: false
})
Options
shadowizzar supports 2 options, oth of which are optional:
- shadow_type - hard | soft (Default is soft)
- padding - boolean (Default is false)