From 224ad5a52033bf600ba41d05863657760fedba34 Mon Sep 17 00:00:00 2001 From: ChristopheBoucaut Date: Wed, 11 Feb 2015 11:02:54 +0100 Subject: [PATCH] Update index.md --- doc/en/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/en/index.md b/doc/en/index.md index 3156516..6f23139 100644 --- a/doc/en/index.md +++ b/doc/en/index.md @@ -3,14 +3,14 @@ This cordova plugin is an alternative to the official cordova plugin (camera). It starts a custom camera: image overlay with an opacity slider, user-defined color of the buttons, activating/deactivating functions. -Ce plugin définit une variable globale `navigator.GeneanetCustomCamera`. +This plugin defines a global variable `navigator.GeneanetCustomCamera`. ## Installation cordova plugin add https://github.com/geneanet/customCamera.git cordova build `platform` -## Plateformes supportées +## Supported Platforms + Android @@ -32,7 +32,7 @@ An `options` object containing the parameters of the camera. - **Type :** `string` - **Default :** `null` -+ **imgBackgroundBase64OtherOrientation :** Overlay image when the device is on the other orientation that the start camera orientation. Should be in base64 format. If it is `null`, we used `imgBackgroundBase64` and we resized the image. ++ **imgBackgroundBase64OtherOrientation :** Alternative overlay image (when the device is on the other orientation that the start camera orientation). Should be in base64 format. If it is `null`, we used `imgBackgroundBase64` and we resized the image. - **Type :** `string` - **Default :** `null` @@ -154,13 +154,13 @@ navigator.GeneanetCustomCamera.startCamera( ); ``` -### Barcode application +### Barcode [See the code](https://github.com/geneanet/customCamera/tree/master/examples/barcode) ![Barcode](https://raw.githubusercontent.com/geneanet/customCamera/master/examples/barcode/screenshot.png) -### Grid application +### Grid [See the code](https://github.com/geneanet/customCamera/tree/master/examples/grid)