wulkano / kap
- пятница, 7 октября 2016 г. в 03:13:34
JavaScript
An open-source screen recorder built with web technology
An open-source screen recorder built with web technology
Download the latest release here
Kap is also available with Homebrew Cask. Download using the following commands:
$ brew cask update
$ brew cask install kap
npm install
npm run watch
npm start
To make sure that your code works in the finished app, you can generate the binary:
$ npm run pack
After that, you'll see the binary in the ./dist
folder