From 03d5e38520e1779b807af95187782a27155372c8 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 15 Jul 2015 21:02:53 -0400 Subject: added plugin for save to camera roll --- plugins/org.devgeeks.Canvas2ImagePlugin/plugin.xml | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 plugins/org.devgeeks.Canvas2ImagePlugin/plugin.xml (limited to 'plugins/org.devgeeks.Canvas2ImagePlugin/plugin.xml') diff --git a/plugins/org.devgeeks.Canvas2ImagePlugin/plugin.xml b/plugins/org.devgeeks.Canvas2ImagePlugin/plugin.xml new file mode 100644 index 00000000..657a04dc --- /dev/null +++ b/plugins/org.devgeeks.Canvas2ImagePlugin/plugin.xml @@ -0,0 +1,70 @@ + + + Canvas 2 Image + + + + + + This plugin allows you to save the contents of an HTML canvas tag to the iOS Photo Library, or Android Gallery from your app. + Tommy-Carlos Williams - tommy@devgeeks.org + canvas,image,photo library + + MIT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3