Record Your Screen And Generate A GIF With JavaScript – gifcap

Category: Javascript , Recommended | March 27, 2020
Author:joaomoreno
Views Total:1,226 views
Official Page:Go to website
Last Update:March 27, 2020
License:MIT

Preview:

Record Your Screen And Generate A GIF With JavaScript – gifcap

Description:

gifcap is a JavaScript solution to capture window screen and generate an animated downloadable GIF on the client-side.

Based on Gif.js and Screen Capture API. No data is uploaded. Modern browser required.

How to use it:

1. Load the stylesheet for the styling of the screen recorder app.

<link rel='stylesheet' href='main.css' />

2. Load the required GIF.js for the GIF generation.

<script src="/path/to/cdn/gif.js"></script>

3. The HTML for the screen recorder app.

<section id="app-container"></section>

4. Load the main JavaScript at the end of the document. That’s it.

<script src='main.js'></script>

You Might Be Interested In:


Leave a Reply