shadowsap
v1.2.0
Published
Adicione Shadow em seu projecto
Downloads
2
Readme
What is this?
Get perfet shadows every time for the non-designer.
Instalation:
npm install shadowsap --save
Then ....
.........
import { shadowsap } from 'shadowsap';
shadowsap({ shadow_type: 'soft', padding: false });
.........
options
Shadowsap supports 2 options, both of are optinal:
- shadow_type - / hard/soft (Defaults to soft)
- padding - boolean (Default to false)