🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A super tiny jQuery plugin that creates an Html5 canvas based 3D anaglyph effect on your images.


Documentation

jQuery Anaglyph Image Effect Plugin

Transforms your images into anaglyph-looking images.

Example

Anaglyph Image 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	 });

License

The MIT License (MIT)


You May Also Like