Skip to content

Commit

Permalink
roolback doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
g-apparence committed Nov 22, 2023
1 parent c53ee08 commit 828a7cb
Show file tree
Hide file tree
Showing 45 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<a href="https://apparence.io">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/apparence.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/apparence.png"
width="100%"
/>
</a>
<div style="margin-top:40px">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/preview.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/preview.png"
width="100%"
/>
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/features.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/features.png"
width="100%"
style="margin-top:32px"
/>
</div>

<a href="https://apparencekit.dev" style="margin-top:32px">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/flutter_template.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/flutter_template.png"
width="100%"
alt="ApparenceKit Flutter template to bootstrap your next app"
/>
Expand Down Expand Up @@ -57,7 +57,7 @@ Use our awesome built-in interface or customize it as you want.
<div style="margin-top:16px;margin-bottom:16px">
<a href="https://doc.page/Apparence-io/camera_awesome" style="">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/doc.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/doc.png"
width="100%"
/>
</a>
Expand Down Expand Up @@ -215,7 +215,7 @@ CameraAwesomeBuilder.awesome(
),
```

![CamerAwesome default UI](doc/img/base_awesome_ui.jpg)
![CamerAwesome default UI](docs/img/base_awesome_ui.jpg)

This builder can be customized with various settings:

Expand All @@ -228,7 +228,7 @@ This builder can be customized with various settings:

Here is an example:

![Customized UI](doc/img/custom_awesome_ui.jpg)
![Customized UI](docs/img/custom_awesome_ui.jpg)

Check the [full documentation](https://doc.page/Apparence-io/camera_awesome/getting_started/awesome-ui) to learn more.

Expand Down Expand Up @@ -304,14 +304,14 @@ Use this to achieve:
- Realtime video chats.
- And much more 🤩

![Face AI](doc/img/face_ai.gif)
![Face AI](docs/img/face_ai.gif)

You can check examples using MLKit inside the `example` directory.
The above example is from `ai_analysis_faces.dart`. It detects faces and draw their contours.

It's also possible to use MLKit to read barcodes:

![Barcode scanning](doc/img/barcode_overlay.gif)
![Barcode scanning](docs/img/barcode_overlay.gif)

Check `ai_analysis_barcode.dart` and `preview_overlay_example.dart` for examples or
the [documentation](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes).
Expand Down Expand Up @@ -377,7 +377,7 @@ All of these configurations are listenable through a stream so your UI can autom

Apply live filters to your pictures using the built-in interface:

![Built-in live filters](doc/img/filters.gif)
![Built-in live filters](docs/img/filters.gif)

You can also choose to use a specific filter from the start:

Expand Down Expand Up @@ -416,7 +416,7 @@ See all available filters in the [documentation](https://doc.page/Apparence-io/c
## 📷 📷 Concurrent cameras

![Concurrent cameras](doc/img/concurrent_cameras.gif)
![Concurrent cameras](docs/img/concurrent_cameras.gif)

> 🚧 Feature in beta 🚧
> Any feedback is welcome!
Expand Down Expand Up @@ -446,7 +446,7 @@ Check the details in the [dedicated documentation](https://doc.page/Apparence-io

<a href="https://apparence.io">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/apparence.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/apparence.png"
width="100%"
/>
</a>
24 changes: 12 additions & 12 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<a href="https://apparence.io">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/apparence.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/apparence.png"
width="100%"
/>
</a>
<div style="margin-top:40px">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/preview.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/preview.png"
width="100%"
/>
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/features.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/features.png"
width="100%"
style="margin-top:32px"
/>
</div>

<a href="https://apparencekit.dev" style="margin-top:32px">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/flutter_template.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/flutter_template.png"
width="100%"
alt="ApparenceKit Flutter template to bootstrap your next app"
/>
Expand Down Expand Up @@ -56,7 +56,7 @@ This plugin is also available as a template in [ApparenceKit](https://apparencek
<div style="margin-top:16px;margin-bottom:16px">
<a href="https://doc.page/Apparence-io/camera_awesome" style="">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/doc.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/doc.png"
width="100%"
/>
</a>
Expand Down Expand Up @@ -207,7 +207,7 @@ CameraAwesomeBuilder.awesome(
),
```

![CamerAwesome default UI](doc/img/base_awesome_ui.jpg)
![CamerAwesome default UI](docs/img/base_awesome_ui.jpg)

可以使用各种设置自定义此构建器:

Expand All @@ -220,7 +220,7 @@ CameraAwesomeBuilder.awesome(

这是一个例子:

![Customized UI](doc/img/custom_awesome_ui.jpg)
![Customized UI](docs/img/custom_awesome_ui.jpg)

查看 [完整文档](https://doc.page/Apparence-io/camera_awesome/getting_started/awesome-ui) 以了解更多信息。

Expand Down Expand Up @@ -293,14 +293,14 @@ state.when(
- 实时视频聊天。
- 还有更多🤩

![Face AI](doc/img/face_ai.gif)
![Face AI](docs/img/face_ai.gif)

您可以在 `example` 目录中使用 MLKit 示例。
上面的例子来自 `ai_analysis_faces.dart`。 它检测人脸并绘制他们的轮廓。

也可以使用 MLKit 读取条形码:

![Barcode scanning](doc/img/barcode_overlay.gif)
![Barcode scanning](docs/img/barcode_overlay.gif)

检查 `ai_analysis_barcode.dart``preview_overlay_example.dart` 以获取示例或查看 [文档](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes)

Expand Down Expand Up @@ -360,7 +360,7 @@ CameraAwesomeBuilder.awesome(

使用内置界面将实时滤镜应用于您的图片:

![Built-in live filters](doc/img/filters.gif)
![Built-in live filters](docs/img/filters.gif)

您还可以选择从一开始就使用特定的过滤器:

Expand Down Expand Up @@ -397,7 +397,7 @@ CameraAwesomeBuilder.custom(

<a href="https://apparence.io">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/apparence.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/apparence.png"
width="100%"
/>
</a>
Expand All @@ -408,7 +408,7 @@ This plugin is also available as a template in [ApparenceKit](https://apparencek

<a href="https://apparencekit.dev">
<img
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/doc/img/flutter_template.png"
src="https://raw.githubusercontent.com/Apparence-io/camera_awesome/master/docs/img/flutter_template.png"
width="100%"
alt="ApparenceKit Flutter template to bootstrap your next app"
/>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 828a7cb

Please sign in to comment.