Web[]

❌ Doesn't work in Interactive Notebook

Category: Output.

Show text on an image

Syntax

Web["url"]
Web["url", {"item1": "item1", "item2": "item2"}]

Arguments

Examples

The following example makes a webhook request if a cat is found in a room:

UseCamera[]
    If[Count["cat"] > 0]
        Web["..."]
    Endif
EndCamera

See Also

Made with ❤️ by capjamesg