1.1.0 • Published 2 years ago

shadowizardii v1.1.0

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

shadowizard

    This package lets you add simple soft and hard shadow in the images in your webpages

Installation

npm i shadowizard

Then...

import {shadowizard} from 'shadowizard'

shadowizard({
    shadowType : 'soft',
    padding : true
})

Options

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