1.0.1 • Published 3 years ago

shadowizard-example v1.0.1

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

shadow wizard plugin test example

Get perfect shadow for the non designer image

Installation

npm i shadowizard_example --save

then...

import  shadowizard_example } from shadowizard_example;

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

options

it support 2 optional parameter

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