1.0.0 • Published 2 years ago

picture_editing v1.0.0

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

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)