Link: Origami.js—HTML5 Canvas for Humans
I’m a huge fan of CreateJS. But this Origami.js is really impressive that suitable for lightweight canvas drawing or image manipulating.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
origami('#demo-1') | |
.flip('horizontal') | |
.image('images/person.jpg', 0, 0, 200, 200) |