3.0.0 • Published 4 years ago

@dishebh/shadow-wizard v3.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

What is this?

It is a bundled package.

Installation

npm i @dishebh/shadow-wizard --save

then ...

import { shadowWizard } from "@dishebh/shadow-wizard";

shadowWizard({
  shadowType: "soft",
  padding: "true",
});

Options

shadowWizard supports 2 options, both of which are optional:

  • shadowType: hard | soft (defaults to soft)
  • shadowType: boolean (defaults to false)