2.4.0 • Published 4 months ago

vision-camera-base64-v3 v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

vision-camera-base64-v3

A simple VisionCamera FrameProcessor plugin. Convert the frame to base64 string format.

Note: This plugin is only string and not include data:image/blabla/;base64,

Installation

yarn add vision-camera-base64-v3

Usage

import { toBase64 } from 'vision-camera-base64-v3';

// ...
const process = useFrameProcessor((frame) => {
    'worklet'
    const imageAsBase64 = toBase64(frame)
}, [])

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library 💜

2.4.0

4 months ago

2.3.0

4 months ago

2.2.9

5 months ago

2.2.8

5 months ago

2.2.91

5 months ago

2.2.92

5 months ago

2.2.7

5 months ago

2.2.6

5 months ago

2.2.5

5 months ago