1.0.0 • Published 4 years ago

hishadow v1.0.0

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

what is this?

nothing !! just for practice :D

intstallation

npm i hiShadow --save

Then...

import {hiShadow} from 'hiShadow'

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

options

hiShadow supports 2 options , both of wich are optional :

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

4 years ago