1.0.0 • Published 3 years ago

shadowizard0ze v1.0.0

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

what is this?

Get a perfect shadow everytime for an non designer.

installation

npm install shadowizard --save

Then ...

import { shadowizrd } from 'shadowizard';

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

options

Shadowizard supports 2 options, both of which are optinal:

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