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

Package detail

shadowizard-dilys-2

hungngo9953ISC1.2.0

shadowizard test

shadows

readme

��# What is this?

Get perfect shadows every time for the non-designer.

Installation

npm i shadowizard-dilys --save

Then...


import { shadowizard } from 'shadowizard-dilys';

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

Options

Shadowizard supports 2 options, both of which are optional;

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