0.1.0 • Published 4 years ago
shadow-designer.js v0.1.0
shadow-designer.js
What is this ?
Get Perfect shadow every time for the non-designer.
Warning
Node.js 14.0.0 or newer is required.
İnstallation
npm i shadow-designer.js
Usage
import { shadowizard } from 'shadow-designer.js';
shadowizard({
shadow_type: "soft",
padding: false
});
Options
Shadowizard supports 2 options, both of which are optional:
- shadow_type - hard | soft (Defaults to soft)
- padding - boolean (Defaults to false)