1.0.0 • Published 3 years ago

shadow-mastery v1.0.0

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

What is this?

Shadow mastery gives you perfect shadows every time so you dont have to.

Installation

npm install shadow-mastery --save

Usage

import { shadowMaster } from 'shadow-mastery';

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

Options

Shadow Mastery has 2 options, both of which are optional.

shadow_type - hard / soft

padding - boolean (default is false)

Version

1.0.0