shadowizard_ishara28

CSS shadow property


License
ISC
Install
npm install shadowizard_ishara28@1.0.2

Documentation

What is this

This is a package which gives shadow property to image or set of images

Installation

npm i shadowizard_ishara28 --save

Usage

import {shadowizard} from 'shadowizard';

shadowizard({
    shadow_type: 'soft',
    padding: false
});

Options

Shadowizard supports 2 options, both of which are optional:

  • shadow_type - string (hard/soft) = soft
  • padding - bool = false