3.0.0 • Published 3 years ago

shadowadder v3.0.0

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

What is this?

Add shadows for your images very quickly and easily.

Installation

npm i shadowadder --save

Then...

import { shadowadder } from 'shadowuser';

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

Options

shadowadder supports 2 options both of them are optional:

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