1.0.0 • Published 3 years ago

shadow-shwiz v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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)