img-shadowizard

1.0.0 • Public • Published

Shadowizard

A simple way to apply box shadow to your images.

installation

npm i img-shadowizard --save

Then ...

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)

Readme

Keywords

Package Sidebar

Install

npm i img-shadowizard

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.56 kB

Total Files

3

Last publish

Collaborators

  • mwangikibui