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

Package detail

shadowizardard

wheezy235ISC1.0.0

Add shadows to your html

Shadow

readme

What is this?

Set shadows for your html elements

Installation

npm i shadowizard --save

Then...

import { shadowizard } from 'shadowizard';

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

options

Shadowizard supports 2 options, both are optional

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