Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

shadowiz

cetorres4ISC1.0.1

Get perfect shadows every time for the non-designer. (A test npm package)

shadows

readme

What is this?

Get perfect shadows every time for the non-designer.

(A test npm package)

Installation

npm i shadowiz --save

Usage

import { shadowiz } from 'shadowiz';

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

Options

Shadowiz supports 2 options, both of which are optional:

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