JSPM

jquery.blurry

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q21445F

jQuery plugin for transforming image elements into blurry canvas

Package Exports

  • jquery.blurry

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jquery.blurry) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.