1.1.0 • Published 4 years ago

bordernpm v1.1.0

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

Wath is this?

Get perfect shadow every time for the non-designer.

Installation

npm i borderNPM --save

Then...

import { borderNPM } form 'borderNPM';
borderNPM({
    shadow_type: 'soft',
    padding: false
});

Options

borderNPM supports 2 options, both of which are optional:

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