From f69e3dff368fabd2fc6f2c983d95d8e494e10a39 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 7 Sep 2023 11:54:45 +0200 Subject: [PATCH] docs: Add emojis to README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 422883a..e6acb2d 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ VisionCamera is a powerful and fast Camera component for React Native. It features: -* Photo and Video capture -* Customizable devices and multi-cameras ("fish-eye" zoom) -* Customizable resolutions and aspect-ratios (4k/8k images) -* Customizable FPS (30..240 FPS) -* [Frame Processors](https://react-native-vision-camera.com/docs/guides/frame-processors) (JS worklets to run QR-Code scanning, facial recognition, AI object detection, realtime video chats, ...) -* Smooth zooming (Reanimated) -* Fast pause and resume -* HDR & Night modes -* Custom C++/GPU accelerated video pipeline (OpenGL) +* 📸 Photo and Video capture +* 📱 Customizable devices and multi-cameras ("fish-eye" zoom) +* 🎞️ Customizable resolutions and aspect-ratios (4k/8k images) +* ⏱️ Customizable FPS (30..240 FPS) +* 🧩 [Frame Processors](https://react-native-vision-camera.com/docs/guides/frame-processors) (JS worklets to run QR-Code scanning, facial recognition, AI object detection, realtime video chats, ...) +* 🔍 Smooth zooming (Reanimated) +* ⏯️ Fast pause and resume +* 🌓 HDR & Night modes +* ⚡ Custom C++/GPU accelerated video pipeline (OpenGL) Install VisionCamera from npm: