1.0.2 • Published 3 years ago

shadowpicture v1.0.2

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

What is this ?

Get the perfects shadows every time for the non-designer

Installation

npm i shadowpicture --save

Then...

import { shadowpicture } from 'shadowpicture'

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

Options

Shadowpicture supports 2 options,both of which are optionnal:

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