1.2.0 • Published 4 years ago

designerlib v1.2.0

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

what is this?

get perfect shadow every time for the non-designer

Installation

npm i boxshadowizard --save

Then...

...

import { boxshadowizard } form 'boxshadowizard';

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

Options

boxshadowizard supports 2 options, both of which are optional:

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