1.0.1 • Published 2 years ago

shadowimagesyy v1.0.1

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

what is this?

Get perfect shadows every time for the non-designer.

Installation

npm i shadowimages --save

Then...

... import { shadowimages } from 'shadowImages';

shadowimages({ shadow_type: 'soft', padding: false });

...

options

shadow supports 2 options, both are which are optional

  • shadow_type - hard | soft (Defaults to soft)
  • padding - boolean (Defaults to false)