Update FRAME_PROCESSORS.mdx

This commit is contained in:
Marc Rousavy 2021-05-06 22:36:50 +02:00 committed by GitHub
parent b9d51cd6b4
commit fb8860313f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {