From fb8860313f2b28ea616df27f9f192fc1310ade0c Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 6 May 2021 22:36:50 +0200 Subject: [PATCH] Update FRAME_PROCESSORS.mdx --- docs/docs/guides/FRAME_PROCESSORS.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/FRAME_PROCESSORS.mdx b/docs/docs/guides/FRAME_PROCESSORS.mdx index 5f3d9ce..e411aac 100644 --- a/docs/docs/guides/FRAME_PROCESSORS.mdx +++ b/docs/docs/guides/FRAME_PROCESSORS.mdx @@ -18,7 +18,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; Frame processors are functions that are written in JavaScript (or TypeScript) which can be used to **process frames the camera "sees"**. Inside those functions you can call **Frame Processor Plugins**, which are high performance native functions specifically designed for certain use-cases. -For example, you might want to create a QR code scanner **without ever writing native code**, while still **achieving native performance**: +For example, you might want to create a QR code scanner **without writing any native code**, while still **achieving native performance**: ```jsx function App() {