https://github.com/wflixu/LiveCam
Show your avatar while recording the screen
https://github.com/wflixu/LiveCam
app-store macos-app macos-apps tauri tauri-app vue3
Last synced: 9 months ago
JSON representation
Show your avatar while recording the screen
- Host: GitHub
- URL: https://github.com/wflixu/LiveCam
- Owner: wflixu
- Created: 2023-11-16T08:37:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:59:42.000Z (over 1 year ago)
- Last Synced: 2024-10-20T18:13:58.109Z (over 1 year ago)
- Topics: app-store, macos-app, macos-apps, tauri, tauri-app, vue3
- Language: Vue
- Homepage:
- Size: 1.55 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# LiveCam
视频录像或直播头像
Tauri + Vue 3 + TypeScript
# Download
### MacOS App store
[
](https://apps.apple.com/cn/app/livecam/id6476108478?mt=12)
### window 和 Linux
Navigate to the [release](https://github.com/wflixu/icamera/releases) page and select the installer that matches your platform.

# Document
### 主界面

### 配置
可以配置大小、边框、形状等参数

# 本地构建
本地构建
```shell
# 安装依赖
pnpm install
# 构建
pnpm run tb
```