1.1.0 • Published 3 years ago

csschanger2 v1.1.0

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

What is this?

Get perfect shadows for the images with class 'csschanger'.

Installation

npm i csschanger --save

Then...

import { csschanger } from 'csschanger';

csschanger({
    shadow_type: 'soft',
    padding: false
});

Options

csschanger supports 2 options, both of which are optional:

  • shadow_type - hard | soft (Defaults to soft)
  • padding - boolean (Defaults to false)