1.0.2 • Published 4 years ago

shadowgenerator v1.0.2

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

ShadowGenerator

Simple package help non design to add some shadow

What is this ?

npm i shadowgenerator --save

Then...

import {shadowGenerate} from "shadowgenerator"

shadowGenerate({
  shadow_type:"soft",
  padding:false

 });

##options

shdowGenerator support two option, both of which are optional:

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

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago