Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

shadowizardgizmo

plutomusang8ISC1.0.0

Add awesome shadows for non-developer

shadows

readme

What is this?

Get a perfect shadows every time for non-designer.

Installation

npm i shadowizard --save

Then...

... import { shadowizard} from 'shadowizard'; shadowizard({ shadow_type:'soft', padding:false }); ...

Options

Shadowizard supports 2 options, both of which are optional:

  • shadow_type - hard | soft(Defaults to soft)
  • padding - boolean(Defaults is false)