desktop-recorder
desktop-recorder copied to clipboard
一个用Electron+Vue实现的录屏软件客户端
Desktop Recorder
A dead simple cross platform desktop recorder.
I create this project when I planning to teach javascript on bilibili, 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.
Installation
OS X & Linux & Windows(build your ownn):
yarn install && yarn buildApp
Or You can download binaries from Release page
Usage example
I don't have time to do this.
Development setup
I don't have time to do this.
make install
npm test
Release History
- 0.0.1
- CHANGE: init
Meta
skunight – @bilibili – [email protected]
Distributed under the MIT license. See LICENSE.md
for more information.
https://github.com/skunight/desktop-recorder/blob/master/LICENSE.md
Contributing
- Fork it (https://github.com/skunight/desktop-recorder/fork)
- Create your feature branch (
git checkout -b feature/funnyFeature
) - Commit your changes (
git commit -am 'Add some funny features'
) - Push to the branch (
git push origin feature/funnyFeature
) - Create a new Pull Request