shadow-shwiz
v1.0.0
Published
Add box shadows to images
Downloads
3
Readme
shadow-shwiz npm package
What is it?
Easily get perfect shadows around any image
Installation
npm i shadow-shwiz --save
Using the wizard
import { shadowWiz } from "shadowWiz";
shadowWiz({
shadow_type: "soft",
padding: false
})
Options
ShadowShwiz supports 2 options, and are both optional:
- shadow_type - hard | soft (Defaults to soft)
- padding - boolean (Defaults to false)