1.0.0 • Published 4 years ago

shadowly v1.0.0

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

What is this

Get perfect shadows everytime for non-designers.

Installation

npm i shadowly --save

Then....

import { shadowly } from 'shadowly';

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

Options

shadowly supports 2 options, both of which are optionals:

  • shadow_type - hard | soft (Default to soft)
  • padding - booLean (Default to false)
1.0.0

4 years ago