1.0.0 • Published 5 years ago

shadowist v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

#NPM Shadow Wizard Package

Just get your shadows and paddings right without messing it up.

#Installation Just type in the following in your command-line : npm -i shadowizard --save

#Usage

import { shadowizard } from 'shadowizard';

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

Options

Shadowizard has two modes:

  • shadow_type = hard | soft (soft is default)
  • padding = boolean (Default is false)