Skip to content

jQuery plugin for transforming image elements into blurry canvas

License

Notifications You must be signed in to change notification settings

mateusmaso/jquery.blurry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery.blurry Build Status

This library is an extension for jQuery which allows blurring images using canvas technology.

Features

  • Smooth blurry with strength control.
  • Transform image into a canvas element.

Dependencies

  • jquery.js (>= 2.1.0)

Examples

$('image').blurry(5);

License

Copyright (c) 2013-2014 Mateus Maso. Released under an MIT license.