I am attempting to use the Canvas2ImagePlugin found at Canvas2ImagePlugin
I can add this to the project using
meteor add cordova:https://github.com/devgeeks/Canvas2ImagePlugin
However, when I try to run ios or android I get
While adding plugin https://github.com/devgeeks/Canvas2ImagePlugin.git@0.6.0 to Cordova project:
Cordova error: Failed to fetch plugin https://github.com/devgeeks/Canvas2ImagePlugin.git@0.6.0 via git.
Either there is a connection problems, or plugin spec is incorrect:
Error: git: Command failed with exit code 128 Error output:
Cloning into '/var/folders/xr/8h56qbxd0xngtwf4bnqsdlj00000gn/T/git/1448252409964'...
fatal: unable to access 'https://github.com/devgeeks/Canvas2ImagePlugin.git@0.6.0/': The requested URL returned error: 400
Any words of wisdom are greatly appreciated.
Thank you