Update img links
This commit is contained in:
@@ -5,7 +5,7 @@ sidebar_label: Zooming with Reanimated
|
||||
---
|
||||
|
||||
<div>
|
||||
<img align="right" width="35%" src="../img/ultra-wide-demo.gif" />
|
||||
<img align="right" width="35%" src="./img/ultra-wide-demo.gif" />
|
||||
</div>
|
||||
|
||||
## Animations
|
||||
|
@@ -5,7 +5,7 @@ sidebar_label: Camera Devices
|
||||
---
|
||||
|
||||
<div>
|
||||
<img align="right" width="35%" src="../static/img/ultra-wide-demo.gif" />
|
||||
<img align="right" width="35%" src="../img/ultra-wide-demo.gif" />
|
||||
</div>
|
||||
|
||||
### What are camera devices?
|
||||
|
@@ -5,7 +5,7 @@ sidebar_label: Camera Errors
|
||||
---
|
||||
|
||||
<div>
|
||||
<img align="right" width="35%" src="../static/img/example_error.png" />
|
||||
<img align="right" width="35%" src="../img/example_error.png" />
|
||||
</div>
|
||||
|
||||
## Why?
|
||||
|
@@ -5,7 +5,7 @@ sidebar_label: Camera Formats
|
||||
---
|
||||
|
||||
<div>
|
||||
<img align="right" width="35%" src="../static/img/example.png" />
|
||||
<img align="right" width="35%" src="../img/example.png" />
|
||||
</div>
|
||||
|
||||
### What are camera formats?
|
||||
|
@@ -10,7 +10,7 @@ FRAME PROCESSORS ARE STILL WORK IN PROGRESS - SEE [#2](https://github.com/cuvent
|
||||
|
||||
<!-- TODO: Demo of QR code scanning or smth -->
|
||||
<div>
|
||||
<img align="right" width="35%" src="../static/img/ultra-wide-demo.gif" />
|
||||
<img align="right" width="35%" src="./img/ultra-wide-demo.gif" />
|
||||
</div>
|
||||
|
||||
### What are frame processors?
|
||||
@@ -20,7 +20,7 @@ Frame processors are functions that are written in JavaScript (or TypeScript) wh
|
||||
For example, you might want to create a QR code scanner _without ever writing native code while still achieving almost-native performance_. Since you can write the scanning part yourself, you can implement a custom QR code system like the one Snapchat uses for Snap-codes.
|
||||
|
||||
<div align="center">
|
||||
<img src="../img/snap-code.png" width="15%" />
|
||||
<img src="./img/snap-code.png" width="15%" />
|
||||
</div>
|
||||
<br />
|
||||
|
||||
|
@@ -6,7 +6,7 @@ slug: /
|
||||
---
|
||||
|
||||
<div>
|
||||
<img align="right" width="35%" src="../static/img/example_intro.png" />
|
||||
<img align="right" width="35%" src="../img/example_intro.png" />
|
||||
</div>
|
||||
|
||||
## Installing the library
|
||||
|
@@ -5,7 +5,7 @@ sidebar_label: Troubleshooting
|
||||
---
|
||||
|
||||
<div>
|
||||
<img align="right" width="35%" src="../static/img/11_back.png" />
|
||||
<img align="right" width="35%" src="../img/11_back.png" />
|
||||
</div>
|
||||
|
||||
Before opening an issue, make sure you try the following:
|
||||
|
Reference in New Issue
Block a user