1.1.0 • Published 3 years ago

leoimage v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this ?

Get perfect shadows everytime for the non designer.

Installation

npm i leoimage

Then...

import {leoImage} from "leoimage";

leoimage({
    shadowType : 'soft',
    roundedCorners : 'soft',
    circleImage : 'soft',
    padding : false;
});

Options

leoImage Supports Two options,both of which are optional

  • shadowType - hard | soft (Default to soft)
  • padding - boolean (Defaults to False)
  • roundedCorners - hard | soft (Default to soft)
  • circleImage -hard | soft (Default to soft)