# img-shadowizard

> Add awesome shadows for the non-designers

Latest version **1.0.0** (published 2021-03-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install img-shadowizard
pnpm add img-shadowizard
yarn add img-shadowizard
bun add img-shadowizard
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-03-08 |
| First published | 2021-03-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | mwangikibui |
| Maintainers | mwangikibui |
| Keywords | shadows |

## Links

- npm: https://www.npmjs.com/package/img-shadowizard
- Repository: https://github.com/mwangiKibui/shadowizard
- Homepage: https://github.com/mwangiKibui/shadowizard#readme
- Issues: https://github.com/mwangiKibui/shadowizard/issues
- npm.io page: https://npm.io/package/img-shadowizard

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2021-03-08

## README

### Shadowizard

A simple way to apply box shadow to your images.

### installation

`npm i img-shadowizard --save`

Then ...

```javascript
import { shadowizard } from "img-shadowizard";

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

### Options

Img-shadowizard supports 2 options, both of which are optional;

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

---
_Source: https://npm.io/package/img-shadowizard · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
