Skip to content

Jiwoks/CamanJs-Mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Camanjs Mirror plugin

Plugin for http://camanjs.com/ to render mirror effect.

Include the js file and call it like other Caman plugins

Caman("#canvas-id", "path/to/image.jpg", function () {
  // manipulate image here set vertical to true will do a vertical mirroring otherwise it will be horizontal
  var vertical = false;
  this.mirror(5).render(vertical);
});

About

CamanJs Mirror Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published