1.0.0 • Published 2 years ago

shadowl v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Shadowl

About

Get Perfect Shadows with this minimal package.

Installation

npm install shadowl --save

Then...

import { shadowl } from 'shadowl';

shadowl({
    type: 'soft', // Default: 'hard'
    padding: false 
});

Options

Shadowl supports 2 options, both of which are optional:

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