0.1.0 • Published 4 years ago

shadow-designer.js v0.1.0

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

shadow-designer.js

What is this ?

Get Perfect shadow every time for the non-designer.

Warning

Node.js 14.0.0 or newer is required.

İnstallation

npm i shadow-designer.js

Usage

import { shadowizard } from 'shadow-designer.js';

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

Options

Shadowizard supports 2 options, both of which are optional:

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

4 years ago

0.0.1

4 years ago