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

Package detail

shadowizardden

TaypeH8ISC1.0.1

Add awesome shadows for the non-desgners

shadows

readme

What is this?

Get perfect shadows every time for the non-designer.

Installation

npm i shadowizardden --save

Then...

import { shadowizard } from 'shadowizardden';

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 to false)