Skip to content

trustee-wallet/vision-camera-base64

 
 

Repository files navigation

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 💜

About

Vision Camera Frame Processor plugin. Convert the frame to base64 image data

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.0%
  • Swift 11.8%
  • Objective-C 9.9%
  • Ruby 8.6%
  • TypeScript 5.6%
  • JavaScript 1.1%