1.0.0 • Published 3 years ago

shadowsug v1.0.0

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

What is this?

Get perfect shadows and padding on your images for non designers.

Installaion

npm i --save shadows

Basic Usage

import {shadows} from 'shadows';

shadows({
    shadow_type: 'soft',
    padding: true
})

OPTIONS

shadows supports 2 options, both of which are optional:

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

made by james ssekitoleko free to use