Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateusmaso/jquery.blurry
- Owner: mateusmaso
- License: mit
- Created: 2013-09-21T22:09:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T00:32:13.000Z (almost 10 years ago)
- Last Synced: 2024-10-05T06:48:14.545Z (about 1 month ago)
- Topics: canvas, image-blur, javascript, jquery, jquery-plugin
- Language: JavaScript
- Size: 355 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.