1.0.5 • Published 5 years ago

imageshadower v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago