tauri-plugin-torch 0.1.0

A simple flash/torch control plugin for Tauri applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
"$schema" = "schemas/schema.json"
[default]
description = """
This permission set configures which
torch features are by default exposed.

#### Granted Permissions

It allows access to all torch commands.
"""
permissions = ["allow-toggle", "allow-check"]