Socket
Socket
Sign inDemoInstall

vision-camera-base64-v3

Package Overview
Dependencies
522
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vision-camera-base64-v3

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


Version published
Maintainers
1
Install size
651 kB
Created

Readme

Source

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 💜

Keywords

FAQs

Last updated on 16 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc