jquery-anaglyph-image-effect
v1.0.1
Published
Transforms your images into anaglyph-looking images
Downloads
10
Maintainers
Readme
jQuery Anaglyph Image Effect Plugin
Transforms your images into anaglyph-looking images.
Example
Original Image by Unsplash
Usage
$('img').anaglyphImage();
Options
- Intensity: the extent of the anglyph shift
- Quality: quality of the base64 encoded image data
$('img').anaglyphImage({
intensity: 10,
quality: 0.9
});