Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arjun1237/shadowwiz
- Owner: arjun1237
- Created: 2020-11-23T20:21:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T16:18:09.000Z (about 4 years ago)
- Last Synced: 2024-12-10T15:50:05.559Z (about 2 months ago)
- Topics: boxshadow, experimental, npm, shadow, shadowwiz
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)