1.2.2 • Published 3 years ago

shadows_wiz v1.2.2

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

What is this?

Creates shadows for image elements. Auto detects the color of your image and creates a shadow.

Installation

npm - shadowwiz --save

Then...

import {shadowwiz} from 'shadowwiz';
shadowwiz({
  shadow_type: 'soft'
  padding: 'false'
});

Options

Shadowwiz supports 2 optionsm both of which are optional:

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

3 years ago

1.2.1

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago