docs: Add ShadowLens section to docs

This commit is contained in:
Marc Rousavy
2024-01-09 18:29:22 +01:00
parent e93411592a
commit dc8df80085
6 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
id: shadowlens
title: ShadowLens
sidebar_label: ShadowLens
---
import useBaseUrl from '@docusaurus/useBaseUrl'
<div class="image-container">
<svg xmlns="http://www.w3.org/2000/svg" width="283" height="535">
<image href={useBaseUrl("img/shadowlens_screenshot.png")} width="283" height="535" />
</svg>
</div>
**The perfect shot, right at your fingertips! Instantly capture high quality videos and photos using beautiful aesthetic presets.**
**ShadowLens** is the fastest high quality Camera app so you'll never miss a moment again! Instantly capture 4k videos in either 30, 50 or 60 FPS, or shoot up to 5k photos already perfectly exposed with the press of a single button. Drag up to adjust exposure, double tap to flip the camera, and hold to record - it's all about speed! Optimized for social media apps such as Instagram, TikTok or YouTube shorts, ShadowLens videos and photos can be directly exported without quality loss.
**ShadowLens** is a perfect showcase app for **react-native-vision-camera** - it is powerful, fast, smooth, and stable.
**Download now:**
<div style={{ display: 'flex', flexDirection: 'row', alignItems: 'center' }}>
<a href="https://apps.apple.com/at/app/shadowlens/id6471849004">
<img height={40} src={useBaseUrl("img/appstore.svg")} />
</a>
<a href="https://play.google.com/store/apps/details?id=com.mrousavy.shadowlens">
<img height={58} src={useBaseUrl("img/playstore.png")} />
</a>
</div>

View File

@@ -128,3 +128,8 @@ If you're experiencing build issues or runtime issues in VisionCamera, make sure
## Issues
If nothing has helped so far, try browsing the [GitHub issues](https://github.com/mrousavy/react-native-vision-camera/issues?q=is%3Aissue). If your issue doesn't exist, [create a new one](https://github.com/mrousavy/react-native-vision-camera/issues/new/choose). Make sure to fill out the template and include as many details as possible. Also try to reproduce the issue in the [example app](https://github.com/mrousavy/react-native-vision-camera/blob/main/package/example).
<br />
#### 🚀 Next section: [ShadowLens](shadowlens)