Fix img urls

This commit is contained in:
Marc Rousavy 2021-03-03 12:45:15 +01:00
parent 45c344c4df
commit e39e861b4c
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ module.exports = {
title: 'VisionCamera',
logo: {
alt: 'Logo',
src: 'https://github.com/cuvent/react-native-vision-camera/blob/main/img/11.png?raw=true',
src: 'https://github.com/cuvent/react-native-vision-camera/blob/main/docs/static/img/11.png?raw=true',
},
items: [
{

View File

@ -9,7 +9,7 @@ import styles from './styles.module.css';
const features = [
{
title: 'Easy to use',
imageUrl: 'https://github.com/cuvent/react-native-vision-camera/blob/main/img/example_intro.png?raw=true',
imageUrl: 'https://github.com/cuvent/react-native-vision-camera/blob/main/docs/static/img/example_intro.png?raw=true',
description: (
<>
While having a lot of features, VisionCamera makes sure you don't get overwhelmed from the beginning. It provides hooks and functions to help you get started faster, and if you need full control, you can easily do that.
@ -18,7 +18,7 @@ const features = [
},
{
title: 'Feature Rich',
imageUrl: 'https://github.com/cuvent/react-native-vision-camera/blob/main/img/example.png?raw=true',
imageUrl: 'https://github.com/cuvent/react-native-vision-camera/blob/main/docs/static/img/example.png?raw=true',
description: (
<>
VisionCamera was designed from the ground up to provide all features a camera app should have. You have full control over what device is used, and can even configure options such as frame rate, colorspace and more.
@ -27,7 +27,7 @@ const features = [
},
{
title: 'Rich Developer Support',
imageUrl: 'https://github.com/cuvent/react-native-vision-camera/blob/main/img/example_error.png?raw=true',
imageUrl: 'https://github.com/cuvent/react-native-vision-camera/blob/main/docs/static/img/example_error.png?raw=true',
description: (
<>
Every functionality has been thoroughly documented and even errors are fully typed. Use TypeScript to get compile-time feedback on what has went wrong.