imagepure
v1.0.0
Published
Add Awesome Material Style Shadows for the non-design
Downloads
6
Readme
What is this package ?
This package is perfectyly material shadows every time for the non-designer
Installation
npm i imagepure --save
Then...
import { imagepure } from 'imagepure';
imagepure({
shadow_type : 'carnival';
padding : true
});Image Options
imagepure supports 2 options, both of which are optional:
- shadow_type - hard | medium | soft | carnival ( Defaults to Soft )
- padding - boolean (Defaults to False)
