A simple collection of tools for the iOS Camera Flash.
Register the module with your application by editing tiapp.xml
and adding your module.
Example:
<modules>
<module version="0.2">com.noizeramp.cameraflash</module>
</modules>
To use the module in code, you will need to require it.
For example,
var CameraFlash = require('com.noizeramp.cameraflash');
CameraFlash.isCameraFlashAvailable()