npm.io
1.0.0 • Published 6 years ago

shadow-wizardry

Licence
ISC
Version
1.0.0
Deps
0
Size
1 kB
Vulns
0
Weekly
0

What is this?

Get perfect shadows every time for the non-designer.

Installation

npm i shadowWizard --save

Then...

import {shadowWizard} from "shadowWizard";

shadowWizard({
    shadow_type: "soft",
    padding: false
});

Options

shadowWizard supports 2 options, both of wich are options:

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