1.0.0 • Published 3 years ago

shadow-kings v1.0.0

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

what is this

Get perfect shadows everytime for the non-designer

Initialization

npm i shadowwizard --save

Then ................

import { shadowwizard } from 'shadowwizard';

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

Options

Shadow wizard supports 2 options, both of the which are optional

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