1.0.0 • Published 4 years ago

shadowmonstery v1.0.0

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

what is this

Inserta sombras en las imagenes.

installation

npm i --save shadowMonster

Then ...

import {shadowMonster} from 'shadowMonster';

shadowMonster({
    shadow_type: 'soft',
    padding: true
});

options

shadowMonster soporta dos parametros opcionales:

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