boximageshadows
v1.0.0
Published
Get perfect shadows every time for your image especially for non-designers
Downloads
5
Maintainers
Readme
What is this?
Get perfect shadows every time for your image especially for non-designers
Installation
npm i imageshadow --save
And ...
import { imageshadow } from "imageshadow";
imageshadow({
shadow_type: "soft";
padding: false;
})
Options
Imageshadow supports 2 options, both of which are optional:
- shadow_type - hard | soft (Defaults to soft)
- padding - boolean (Default to false)