Skip to content

Commit

Permalink
docs: update frame source URL (#3221)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman authored Oct 2, 2024
1 parent c8acfb5 commit 4d68bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public Object callback(@NonNull Frame frame, @Nullable Map<String, Object> argum
}
```

Which returns a [`Frame`](https://github.com/mrousavy/react-native-vision-camera/blob/main/package/src/Frame.ts) in JS:
Which returns a [`Frame`](https://github.com/mrousavy/react-native-vision-camera/blob/main/package/src/types/Frame.ts) in JS:

```js
const frameProcessor = useFrameProcessor((frame) => {
Expand Down Expand Up @@ -202,7 +202,7 @@ Your Frame Processor Plugins have to be fast. Use the FPS Graph (`enableFpsGraph

#### 🚀 Create your first Frame Processor Plugin for [iOS](frame-processors-plugins-ios) or [Android](frame-processors-plugins-android)!

[1]: https://github.com/mrousavy/react-native-vision-camera/blob/main/package/src/Frame.ts
[1]: https://github.com/mrousavy/react-native-vision-camera/blob/main/package/src/types/Frame.ts
[2]: https://github.com/mrousavy/react-native-vision-camera/blob/main/package/ios/FrameProcessors/Frame.h
[3]: https://github.com/mrousavy/react-native-vision-camera/blob/main/package/android/src/main/java/com/mrousavy/camera/frameprocessors/Frame.java
[4]: https://github.com/facebook/react-native/blob/9a43eac7a32a6ba3164a048960101022a92fcd5a/React/Base/RCTBridgeModule.h#L20-L24
Expand Down

0 comments on commit 4d68bc9

Please sign in to comment.