Scan Item
+Use camera or type barcode
+diff --git a/docs/App Extensions/app-extension-examples/add-text-caption-to-photo.md b/docs/App Extensions/app-extension-examples/add-text-caption-to-photo.md new file mode 100644 index 00000000..ac4d5240 --- /dev/null +++ b/docs/App Extensions/app-extension-examples/add-text-caption-to-photo.md @@ -0,0 +1,145 @@ +--- +title: Add a Text Caption to a Photo +excerpt: An App Extension that lets field users upload a photo, type a caption, and render the captioned image on an HTML5 canvas — useful for annotating site photos, adding measurement labels, or branding field images before submission. +--- + +This App Extension uses the browser's HTML5 Canvas API to composite a text caption over a user-selected photo entirely in the browser, with no server round-trip. The result can be screenshotted or extended to upload the annotated image back to Fulcrum. + +## App Extension Code + +```html + + +
+ + +Direct Connection
+Use camera or type barcode
+