Skip to content

Files

Latest commit

 

History

History
18 lines (12 loc) · 677 Bytes

File metadata and controls

18 lines (12 loc) · 677 Bytes

react-screenshot-by-using-webrtc

react-screenshot-by-using-webrtc.mp4

WebRTC 技術を使って、別タブやデスクトップ全体、ブラウザ以外のアプリケーションのスクリーンショットを撮影できる Web アプリです。
This project is a web application that uses WebRTC technology to take screenshots of separate tabs, the entire desktop, and non-browser applications.

Getting started

$ git clone https://github.com/itc-lab/react-screenshot-by-using-webrtc.git
$ cd react-screenshot-by-using-webrtc
$ npm install
$ npm start
open http://localhost:3000