react-native-vision-camera/docs
Marc Rousavy 84598c24f0
docs: Update FrameProcessorPlugin's init method callsites (#2385)
* fix: Remove `FrameProcessorPlugin` init method

It was unused.

* fix: Update usage

* Revert "fix: Update usage"

This reverts commit 523f0606808afee998922241f01adf7fb40b0c7b.

* Revert "fix: Remove `FrameProcessorPlugin` init method"

This reverts commit 9025476a842c553d233de9c14f56d422270e98ef.

* Update FRAME_PROCESSOR_CREATE_PLUGIN_IOS.mdx
2024-01-12 16:11:43 +01:00
..
docs/guides docs: Update FrameProcessorPlugin's init method callsites (#2385) 2024-01-12 16:11:43 +01:00
src docs: Use smaller title on mobile (#1928) 2023-10-05 14:50:36 +02:00
static docs: Add ShadowLens section to docs 2024-01-09 18:29:22 +01:00
.gitignore docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00
babel.config.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
docusaurus.config.js Revert "Update banner for Producthunt" 2023-12-18 12:36:49 +01:00
package.json docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00
README.md remove build docs 2023-03-06 11:36:00 +01:00
sidebars.js docs: Add ShadowLens section to docs 2024-01-09 18:29:22 +01:00
yarn.lock docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Docs are deployed to https://react-native-vision-camera.com using Next.js/Vercel.