Last active
August 31, 2023 05:51
-
-
Save 9kopb/c90475ab0ac308451682d91592da988d to your computer and use it in GitHub Desktop.
Revisions
-
9kopb revised this gist
Sep 28, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,8 +21,8 @@ "$vision.onscan": { "type": "$util.alert", "options": { "title": "Scanned content: {{$jason.type}} ", "description": "{{$jason.content}}" } } } -
9kopb created this gist
May 18, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ { "$jason": { "head": { "templates": { "body": { "background": { "type": "camera", "options": { "device": "back" } } } }, "actions": { "$load": { "type": "$render" }, "$vision.ready": { "type": "$vision.scan" }, "$vision.onscan": { "type": "$util.alert", "options": { "title": "Scanned content", "description": "{{$jason.type}} {{$jason.content}}" } } } } } }