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.
OS X & Linux & Windows(build your ownn):
yarn install && yarn buildApp
Or You can download binaries from Release page
I don't have time to do this.
I don't have time to do this.
make install
npm test
- 0.0.1
- CHANGE: init
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
- 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