picture_editing
v1.0.0
Published
Photo editing package.
Downloads
2
Readme
What is this
A package that allows you to add shadow effects to your photos.
Installation
npm i pictureshadow --save
Using
import { pictureshadow } from 'pictureshadow';
shadowwizard({
shadow_type: 'hard',
padding: false
});
Options
The picture shadow package has 2 functions:
- shadow_type - hard | soft (Defaults settings to soft)
- padding - boolean (Defaults setting to false)