Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skunight/desktop-recorder
一个用Electron+Vue实现的录屏软件客户端
https://github.com/skunight/desktop-recorder
desktop electron recorder screen-capture vue
Last synced: 10 days ago
JSON representation
一个用Electron+Vue实现的录屏软件客户端
- Host: GitHub
- URL: https://github.com/skunight/desktop-recorder
- Owner: skunight
- License: mit
- Created: 2020-06-11T05:23:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:21:07.000Z (almost 2 years ago)
- Last Synced: 2023-08-24T00:34:17.320Z (about 1 year ago)
- Topics: desktop, electron, recorder, screen-capture, vue
- Language: Vue
- Homepage:
- Size: 1.19 MB
- Stars: 28
- Watchers: 3
- Forks: 9
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Desktop Recorder
> A dead simple cross platform desktop recorder.![yarn](https://img.shields.io/badge/yarn-1.19.1-lightgreen)
I create this project when I planning to teach javascript on [bilibili](https://www.bilibili.com/), I managed to find a simple desktop recorder but none of them are simple enough. After struggling for a few hours, I decided to reinvent this one.
![desktop recorder](assets/screenshot.png)
## Installation
OS X & Linux & Windows(build your ownn):
```sh
yarn install && yarn buildApp
```Or You can download binaries from [Release](https://github.com/skunight/desktop-recorder/releases) page
## Usage example
I don't have time to do this.
## Development setup
I don't have time to do this.
```sh
make install
npm test
```## Release History
* 0.0.1
* CHANGE: init## Meta
skunight – [@bilibili](https://space.bilibili.com/406886404) – [email protected]
Distributed under the MIT license. See ``LICENSE.md`` for more information.
[https://github.com/skunight/desktop-recorder/blob/master/LICENSE.md](https://github.com/skunight/desktop-recorder/blob/master/LICENSE.md)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/funnyFeature`)
3. Commit your changes (`git commit -am 'Add some funny features'`)
4. Push to the branch (`git push origin feature/funnyFeature`)
5. Create a new Pull Request