Skip to content

Switching cameras on Scanner Component #1692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update transformers.md
typo fix
  • Loading branch information
1DontEx1st authored Mar 25, 2025
commit 10d78a9ac321a18373647e6e2636a19c623d8f68
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Compared with inline code in `{{ }}`, transformer supports multi-line code block

## Quickstart

Click **+ New > Transfromer** in a query editor to create a transformer.
Click **+ New > Transformer** in a query editor to create a transformer.

Then write your JS code in the transformer. You can click **Preview** to get the return value and access it by `transformerName.value` in your app.

Expand Down
Loading