1.0.0 • Published 3 years ago

imagepure v1.0.0

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

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)