1.0.1 • Published 4 years ago

shadowiz v1.0.1

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

What is this?

Get perfect shadows every time for the non-designer.

(A test npm package)

Installation

npm i shadowiz --save

Usage

import { shadowiz } from 'shadowiz';

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

Options

Shadowiz supports 2 options, both of which are optional:

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