1.0.2 • Published 2 years ago

shadowimagesv2 v1.0.2

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 shadowimagesv2 --save

Then...

... import { shadowimagesv2 } from 'shadowimagesv2';

shadowimagesv2({ 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)