gif-record
capture your browser screen into gif by javascript.
A simple screen capture tool, so easy to use.
Get Start
npm install gif-record
Example
An example of use can be found in index.html
ESM
import GifRecord from 'gif-record'
GifRecord.readyDrawBox();
GifRecord.removeBox();
const info = GifRecord.getBoxInfo();
Api
Api | Description |
---|
readyDrawBox | Start drawing the marquee box, then you can hold down the mouse and drag |
removeBox | delete the box you framed |
getBoxInfo | Get the information of your box, including location, size information |
Continuous improvement...