1.0.0 • Published 4 years ago

effects.js-alpha v1.0.0

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

What is this library for?

This library is made to help you with your design and/or add cool effects.

Is it new?

No. This library is fresh, I could call it Alpha 1.0 version, there isn't much to offer for now, but it will have more features every week!

Do you have documentation or some tutorials?

I'm working on website and offile app with documentation and everything else you need!

Installation

npm i --save Effect.js

When you are done, just create .js file and type in:

import { shadow } from 'shadow';

shadow({
    //options
})

Options for shadow:

  • shadow_strength - soft | medium | hard, default option is soft
  • padding - boolean ( true, false ), default option is false