chore: Move to /mrousavy/ (#224)

* rename 1/n

* 2

* 3

* fix indent
This commit is contained in:
Marc Rousavy
2021-06-21 22:42:46 +02:00
committed by GitHub
parent 5c9cc50b60
commit 9ea158ad8f
62 changed files with 95 additions and 103 deletions

View File

@@ -4,7 +4,7 @@ import type { Frame } from 'src/Frame';
type FrameProcessor = (frame: Frame) => void;
/**
* Returns a memoized Frame Processor function wich you can pass to the `<Camera>`. (See ["Frame Processors"](https://cuvent.github.io/react-native-vision-camera/docs/guides/frame-processors))
* Returns a memoized Frame Processor function wich you can pass to the `<Camera>`. (See ["Frame Processors"](https://mrousavy.github.io/react-native-vision-camera/docs/guides/frame-processors))
*
* Make sure to add the `'worklet'` directive to the top of the Frame Processor function, otherwise it will not get compiled into a worklet.
*