1.0.1 • Published 3 years ago

shadowizardsa v1.0.1

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

what is this?

Get perfect shadows every time for the non-designer.

Installation

npm i shadowizards --save

Then......

... import {shadowizards} from 'shadowizards'; shadowizards({ shadow_type:'soft', padding:false }); ...

Options

Shadowizards support 2 options, both of which are optional:

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