1.0.0 • Published 4 years ago

shadow-wizardry v1.0.0

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

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)