shadowizard-greg
v1.0.1
Published
Adding shadows to images
Downloads
4
Readme
Shadowizard
This repo is based on the DesignCourse's shadowizard youtube video, which is a guide on learning how to create and publish an NPM package. If you're interested in learning, please visit https://www.youtube.com/watch?v=4zzbNac6f6Q
Installation
npm i shadowizard-greg --save
Usage
import { shadowizard } from 'shadowizard-greg'
shadowizard({
shadow_type: 'soft',
padding: false
})
Options
- shadow_type - hard | soft (defaults to soft)
- padding - boolean