Let others see you! You can use this button to take pictures from your device and directly attach them to your document.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
add: {
buttons: ['camera']
}
}
});
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
add: {
buttons: ['camera']
}
}
});