1.0.0 • Published 3 years ago

shadowwzard v1.0.0

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

What is this?

Get the perfect shadow. Every time.

Installation

npm i shadowwzard --save

Then...

import { shadowwzard } from 'shadowwzard';

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

Options

Shadowwzard supports 2 options, both if which are optional:

  • shadow_type - hard / soft (Defualts to soft)
  • padding - boolean (Defualts to false)