/shadowwiz

a very simple experimental npm package for creating shadows. it works best for pictures. non-designers can make good use of it.

Primary LanguageJavaScript

What is this ?

Perfect shadow creation for non-designers. Works well with pictures.

Installation

npm i shadowwiz --save

Then...

import { shadowWiz } from 'shadowwiz';

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

Options

ShadowWiz supports 2 options, both of which are optional:

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