https://github.com/edamghy/shadowizard
https://github.com/edamghy/shadowizard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edamghy/shadowizard
- Owner: EDAMGHY
- Created: 2022-02-01T10:58:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T11:09:14.000Z (over 3 years ago)
- Last Synced: 2024-04-23T23:11:25.249Z (about 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)