The Wayback Machine - https://web.archive.org/web/20201209203256/https://github.com/everyplace/jquery.canvasScramble.js
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Readme.md

#canvasScramble ##Use canvas to completely scramble an image

Turn an image like this:

Original Image

Into this:

Scrambled Image

##Simple usage

$("img").click(function(){
  $(this).canvasScramble({debug:false,displayInput:false});
})

##Slightly more advanced usage

$("img").click(function(){
  $(this).canvasScramble({
    debug:true,
    displayInput:true
  });
})

##Config options

{
  debug:true, //output information to the console, performance metrics etc
  displayInput:true //preserve the original image in the DOM
}

About

A canvas manipulation library for scrambling pixels

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.