1.0.0 • Published 4 years ago

ourshadowwizard v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

What is this?

Get perfet shadows evert time for the non-designers

Installation

npm i shadowizard --save

Then...

import { shadowizard } from 'myshadowizard';

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

Options

Shadowizard supports 2 options, both of use are optional:

  • shadow_type - hard | soft_ (Defaults to soft)
  • padding - bollean (Defaults to false)