Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:59:42.000Z (3 months ago)
- Last Synced: 2024-10-20T18:13:58.109Z (3 months 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
![](./app-icon.png)
# 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```