1.0.1 • Published 4 years ago
dc-npm-shadowizard v1.0.1
What is this
This is an npm package based off of DesignCourse's youtube tutorial.
Installation
npm i dc-npm-shadowizard
Then...
import { shadowizard } from 'dc-npm-shadowizard'
shadowizard({
shadowType: 'soft',
padding: false,
})
Options
- shadowType hard || soft (Defaults to soft)
- padding boolean (Defaults to false)