Read this in other languages: Spanish.
picBeautifier 3000 is a Javascript library that will facilitate image manipulation, so you can add beautiful effects with just a few lines of code.
Checkout our demo here!
Getting Started
Prerequisites
Installation
-
jQuery
- This library uses jQuery, so you need to added it onto your project.
-
CDN
- If you want to have our latest features, add this link on your
script
.
https://cdn.rawgit.com/malditoprotozoo/picBeautifier-3000/dev/src/app.js
- If you want to have our latest features, add this link on your
-
Download
- If you rather to stay with our stable version, clone this library onto your project and add the following link onto your script.
../src/app.js
Usage
You just need to add to your Javascript our functions and use your own classes to apply the effects. Example:
objFunctions.hoverSlide('figure', '1.3', '30');
You can check our documentation for more info.
Built With
We used the following technologies:
- Development Dependencies
- ESLint 4.15.0
- Mocha 5.0.0
- Production Dependencies
- jQuery 3.2.1