1.0.0 • Published 1 year ago

shadowiser v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

What is this?

Get perfect shadows every time for the non-designer.

Installation

npm i shadowiser --save

Then...

import { shadowiser } from `shadowiser`;

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

Options

shadowiser supports 2 options, both of which are optional:

  • shadow_type - hard / shoft (Defaults to soft)
  • padding - boolean (Defauls to false)
1.0.0

1 year ago