An open API service indexing awesome lists of open source software.

https://github.com/edamghy/shadowizard


https://github.com/edamghy/shadowizard

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# What is this?

Get perfect shadows every time for the non-designer.

# Installation

`npm i shadowizard --save`

Then...

```
import { shadowizard } from 'shadowizardy';

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

## Options

Shadowizard supports 2 options, both of which are optional:

- _shadow_type_ - _hard | soft_ (Defaults to soft)
- _padding_ - _boolean_ (Defaults to false)