1.0.0 • Published 1 year ago

shadowy_wiz v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

what is this?

Add the perfect shadows to your image designs

Installation

npm i shadowWiz --save

Then...

  import {shadowWiz}  from 'shadowWiz'

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

options

shadowWiz supports 2 options, both of which are optional:

  • shadow_type - hard | soft(default soft)
  • padding - boolean(Default to false)