1.0.0 • Published 5 years ago

acg-shadowizard v1.0.0

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

what is this?

Get perfet shadow for the non-designer

installation

npm i shadowizard --save

Then in your project, just

import shadowizard from 'shadowizard';

shadowizard({
    shadowX: 'hard',
    padding: true
})

options

Shadowizard supports 2 options, both of which is optional:

  • shadowX - hard | soft (Default to soft)
  • padding - boolean (Default to false)
1.0.0

5 years ago