/leoImage

A npm Package which helps developers to apply quick styling to the images such as having round images or round corners or may be Shadows all can be done by using this package

Primary LanguageJavaScript

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)