Skip to content

abhismarty/showwizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published