1.0.0 • Published 3 years ago

shadowmagicly v1.0.0

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

Shadowmagic

This will give you perfect shadow everytime for your images.

Installation

Runn the following command to install.

  npm i shadowmagic --save

How to use it

  import {shadowmagic} from "shadowmagic";

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

Options

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