1.0.5 • Published 3 years ago

showwizardy v1.0.5

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

what is this?

Get perfect shadows everytime for the non designer.

Installation

npm i showwizard -- save

Then...

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

Options

shadowwizard support 2 options, both of which are optionsl:

  • shadow_type - _hard | soft(defaults to soft)
  • padding - boolean(defaults to soft)