I really like Vine app but Twitter decided to shutted it down. The feature to record and pause to create a video open more possibility to produce an unique video scene. So thinking to reproduce a simple video recorder web app. Tested under Chromium based browsers and Firefox only, Safari doesn't support Media Recorder API by default.
The app based on Open WC starter app and material web components. To use this repo do these steps below:
- Clone the repo
- Install the dependencies
npm i
- Run the app
npm run start
and open it in browser.
start
runs your app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in yourdist
directorytest
runs your test suite with Karmalint
runs the linter for your project