1.0.1 • Published 4 years ago

showdy v1.0.1

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

What is this?

Get perfect shadow every time for non-designer

Installation

npm i showdy --save

Then....

import { showdy } from 'showdy';

showdy({
    shadow_type: 'soft',
    padding: true
});

Options

Showdy support 2 options, bothof which optional:

  • shadow_type - hard / soft (Deafults to soft)
  • padding - boolean (Deafuals\ts to false)