1.0.5 • Published 6 years ago

imageshadower v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Image-Shadow

A simple npm package for using shadow effect on images

What is this?

Get perfect shadows every time for the non-designer

Instalation

npm i imageshadower

Then ...

import { imageshadow } from "imageshadow";

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

Options

imageshadow supports 2 options, noth of which are optional: shadow_type - hard | soft (Defaults to soft) padding - boolean (Defaults to false)

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago