Skip to content

skunight/desktop-recorder

Repository files navigation

Desktop Recorder

A dead simple cross platform desktop recorder.

yarn

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.

desktop recorder

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

  1. Fork it (https://github.com/skunight/desktop-recorder/fork)
  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