0.1.0 • Published 3 years ago

image-shadows v0.1.0

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

Element Shadower

This module will a border to any element with a classname element-shadow.

#Instalation

npm i image-shadows --save

import { elementshadower } from 'elementshadower'

elementshadower({
    shadow_type: 'hard',
    padding: true
}}

options

* 'shadow_type' - hard | soft | medium
* 'padding - true | false (defaults false)