Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateusmaso/jquery.blurry

jQuery plugin for transforming image elements into blurry canvas
https://github.com/mateusmaso/jquery.blurry

canvas image-blur javascript jquery jquery-plugin

Last synced: 11 days ago
JSON representation

jQuery plugin for transforming image elements into blurry canvas

Awesome Lists containing this project

README

        

jquery.blurry [![Build Status](https://travis-ci.org/mateusmaso/jquery.blurry.svg?branch=master)](https://travis-ci.org/mateusmaso/jquery.blurry)
=============

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

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

## License

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