1.0.1 • Published 3 years ago

quickshadow v1.0.1

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

��# QuickShadow.JS A Simple Library To Use If You're Too Lazy To Do The Shadows For Your Things Yourself!

Installation

To Install Just Run:

npm install quickshadow --save

If you don't wanna use the NPM package, just use the CDN version:

https://cdn.mtgsquad-dev.com/quickshadow.js

Setup

Just Add The Class To Whatever You Want The Shadows To Be On: quickshadow!

Configuration

You can either set padding: true or padding: false, those are the only options for padding and for shadow_type, you've got to use shadow_type: 'soft' or shadow_type: hard, those are kind of the only options available to you, sorry!

import { quickshadow } from 'quickshadow';

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

Contributing

To Contribute Just Add Your Changes And Yeah, Thats Pretty Much It.

Copyright � 2021

1.0.1

3 years ago

1.0.0

3 years ago