Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arjun1237/shadowwiz

a very simple experimental npm package for creating shadows. it works best for pictures. non-designers can make good use of it.
https://github.com/arjun1237/shadowwiz

boxshadow experimental npm shadow shadowwiz

Last synced: 20 days ago
JSON representation

a very simple experimental npm package for creating shadows. it works best for pictures. non-designers can make good use of it.

Awesome Lists containing this project

README

        

# What is this ?

Perfect shadow creation for non-designers. Works well with pictures.

# Installation

`npm i shadowwiz --save`

Then...
```
import { shadowWiz } from 'shadowwiz';

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

## Options

ShadowWiz supports 2 options, both of which are optional:

* *shadow_type* - _hard | soft_ (Defaults to soft)
* *padding* - _boolean_ (Defaults to false)