Skip to content

Instantly share code, notes, and snippets.

@9kopb
Last active August 31, 2023 05:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9kopb/c90475ab0ac308451682d91592da988d to your computer and use it in GitHub Desktop.
Save 9kopb/c90475ab0ac308451682d91592da988d to your computer and use it in GitHub Desktop.
{
"$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: {{$jason.type}} ",
"description": "{{$jason.content}}"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment