Skip to content

Commit b39b380

Browse files
authored
docs: Update "The Frame object" docs
1 parent ff892c2 commit b39b380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guides/FRAME_PROCESSORS.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const frameProcessor = useFrameProcessor((frame) => {
110110
111111
#### The `Frame` object
112112

113-
The Frame Processor gets called with a `Frame` object, which is a **JSI HostObject**. It holds a reference to the native (C++) Frame Image Buffer (~10 MB in size) and exposes properties such as `width`, `height`, `bytesPerRow` and more to JavaScript so you can synchronously access them. The `Frame` object can be passed around in JS, as well as to a native **Frame Processor Plugin**.
113+
The Frame Processor gets called with a `Frame` object, which is a **JSI HostObject**. It holds a reference to the native (C++) Frame Image Buffer (~10 MB in size) and exposes properties such as `width`, `height`, `bytesPerRow` and more to JavaScript so you can synchronously access them. The `Frame` object can be passed around in JS, as well as returned from- and passed to a native **Frame Processor Plugin**. See [this](https://twitter.com/mrousavy/status/1412300883149393921) tweet for more information.
114114

115115
### Using Frame Processor Plugins
116116

0 commit comments

Comments
 (0)