shadowtest
v1.0.2
Published
Add awesome shadows for the non-designer
Downloads
1
Readme
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)