1.0.1 • Published 4 years ago

shadowizardtesting v1.0.1

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

What is this?

Get perfect shadows every time for the non-designer.

#Installation

npm i shadowizardtesting --save

Then... In your JS file include this code

import {shadowizardtest} from 'shadowizardtesting';

shadowizardtest({
    shadow_type:'soft';
    padding:false
});

Then....

Add add css class shadowizard to html:

<img src="" class="shadowizard" >

Options

Shadowizardtest supports 2 options, both of which are optional:

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