1.0.0 • Published 3 years ago

shadowartisty v1.0.0

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

What does this module do?

This module lets you do shading

Setup

npm i shadowartist --save

Then

import {shadowartist} from 'shadowartist'

shadowartist({
    shadow_type: 'soft',
    padding: false
})

Options

This module offers you 2 options:

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