1.0.2 • Published 3 years ago

boxshadowonimage v1.0.2

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

box-shadow-on-image

What is this?

Get perfect shadows every time for the non-designer

Installation

npm i boxshadowonimage --save

Then...

import {boxshadowonimage} from 'boxshadowonimage';

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

Options

boxshadowonimage supports 2 options, both of which are optional:

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

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago