1.0.2 • Published 4 years ago

shadowtest v1.0.2

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

What is this?

Get perfect shadows for the non-designer

Installation

npm i shadowtest --save

import { testFunction } from 'shadowtest';

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

Options

TestFunction supports 2 options:

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

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago