Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 366 Bytes

Titanium Horizontal image Flip

With this module you can mirror an image ( for example photos taken by the frontal camera )

Example

var ImageMirror = require('it.scsoft.imagemirror');

var ImageMirrored = ImageMirror.horizontalFlip({ image: ImageToMirrorBlob });

ImageToMirrorBlob is the blob of the image

  • IOS Only