1.0.0 • Published 3 years ago

shadowizardard v1.0.0

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

What is this?

Set shadows for your html elements

Installation

npm i shadowizard --save

Then...

import { shadowizard } from 'shadowizard';

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

options

Shadowizard supports 2 options, both are optional

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