1.0.0 • Published 3 years ago

easyshadowimages-test v1.0.0

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

What is this?

Update your images to get some shadows. Best tools used to work with non-designer. A customized reference source code from DesignCourse Tutorial

Installation

npm i easyshadowimages --save

Then...

import {easyShadowImages} from easyshadowimages
easyShadowImages({
    shadow_weight : 'high',
    shadow_padding : 'min'
});

Options

Easy Shadow Images supports 2 options, both are which optional :

  • shadow_weight - high | medium | low (Defaults to medium)
  • shadow_padding - max | none | min (Defaults to none)
1.0.0

3 years ago