Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 586 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 586 Bytes

Playback controller

The project of developping extension to speedup video played inside default HTML5 player. Also features such as speedup amount dependent from video volume are planned to be added.

The steps done:

Detailed guide

  • Project creation:
npx npx degit sveltejs/template playback_controller
cd playback_controller
  • Preparation
node .\scripts\setupTypeScript.js
npm install --save-dev webextension-polyfill
npm install --save-dev @types/webextension-polyfill
npm install