1.1.0 • Published 3 years ago

shadow-breath v1.1.0

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

What is this?

Get perfect shadows every time for the non-designer.

Installation

npm i shadow-breath --save

Then...

import { shadowbreath } from 'shadow-breath';

shadowbreath({
    shadowType: 'soft',
    padding: false
});

Options

Shadowbreath supports 2 options, both of which are optional:

  • shadowType - hard / soft (Defaults to soft)
  • padding - bollean (Defaults to false)