Transforms your images into anaglyph-looking images.
Original Image by Unsplash
$('img').anaglyphImage();
- Intensity: the extent of the anglyph shift
- Quality: quality of the base64 encoded image data
$('img').anaglyphImage({
intensity: 10,
quality: 0.9
});