1.0.0 • Published 3 years ago

test_shadow v1.0.0

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

What is this?

Get perfect shadows everytime for the non-designer.

Installation

npm i testshadow --save

Then...

import { testshadow } from 'testshadow';

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

Options

TestShadow supports 2 options, both of which are optional:

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