1.0.0 • Published 5 years ago

shadowizardyy v1.0.0

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

what is it exactly ?

Get Perfect shadows for your containers

install it

npm i shadowizard --save

Usage (Example)

import {shadowizard} from 'shadowizard';

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

#some options

shadowizard options (2)

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