Skip to content

Commit 8946a22

Browse files
committed
Add preview and showcase to README
1 parent a30d8fe commit 8946a22

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
*Wireless Android screen mirroring for Windows — from your browser.*
88

99
[![License: Non-Commercial](https://img.shields.io/badge/License-Non--Commercial-purple?style=flat-square)](LICENSE)
10-
[![Node.js](https://img.shields.io/node/v/flect?style=flat-square)](https://nodejs.org/)
1110
[![CI](https://img.shields.io/github/actions/workflow/status/Llewellyn500/flect/ci.yml?branch=main&style=flat-square&label=build)](https://github.com/Llewellyn500/flect/actions/workflows/ci.yml)
1211
[![Issues](https://img.shields.io/github/issues/Llewellyn500/flect?style=flat-square)](https://github.com/Llewellyn500/flect/issues)
1312
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square)](CONTRIBUTING.md)
1413

15-
[Features](#features) · [Getting started](#getting-started) · [Usage](#usage) · [Scripts](#scripts) · [Contributing](#contributing)
14+
[Preview](#preview) · [Showcase](#showcase) · [Features](#features) · [Getting started](#getting-started) · [Usage](#usage) · [Scripts](#scripts) · [Contributing](#contributing)
1615

1716
</div>
1817

@@ -24,6 +23,20 @@
2423
2524
<br>
2625

26+
## Preview
27+
28+
<p align="center">
29+
<img src="public/images/screenshot.png" alt="Flect dashboard showing wireless Android mirroring controls" width="900">
30+
</p>
31+
32+
<br>
33+
34+
## Showcase
35+
36+
https://github.com/LAP-Tutorials/flect/public/flect-demo.mp4
37+
38+
<br>
39+
2740
## Features
2841

2942
- **Bundled scrcpy** — Official Windows scrcpy + adb binaries included in `scrcpy-win64/`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrcpy-win64/_flect_launch.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
cd /d "C:\Users\llewe\Documents\00-CODES\01-PERSONAL\wireshare\scrcpy-win64"
3-
scrcpy.exe --pause-on-exit=if-error -s 192.168.8.123:35809 --max-size 1920 --video-bit-rate 8M --max-fps 60 --stay-awake
2+
cd /d "C:\Users\llewe\Documents\00-CODES\01-PERSONAL\flect\scrcpy-win64"
3+
scrcpy.exe --pause-on-exit=if-error -s 192.168.8.123:39909 --max-size 1920 --video-bit-rate 8M --max-fps 60 --stay-awake

0 commit comments

Comments
 (0)