9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-04-14 00:00:03 +08:00

Add examples applications.

This commit is contained in:
ChristopheBoucaut
2015-02-02 11:46:54 +01:00
parent f9b90084d4
commit 070cfee5cd
+12
View File
@@ -117,6 +117,18 @@ navigator.GeneanetCustomCamera.startCamera(
);
```
### Application de code barre
[Voir le code](https://github.com/geneanet/customCamera/tree/master/examples/barcode)
![Barcode](https://raw.githubusercontent.com/geneanet/customCamera/master/examples/barcode/screenshot.png)
### Application avec grille
[Voir le code](https://github.com/geneanet/customCamera/tree/master/examples/grid)
![Grid](https://raw.githubusercontent.com/geneanet/customCamera/master/examples/grid/screenshot.png)
### AngularJS
Une implémentation dans AngularJS a été réalisée pour faciliter son utilisation : [$geneanetCustomCamera](https://github.com/geneanet/customCameraAngular.git).