@browserless/screencast
Version:
Capture website interactions frame-by-frame to create videos and GIFs. Perfect for demos, tutorials, and automated testing.
62 lines • 1.4 kB
JSON
{
"name": "@browserless/screencast",
"description": "Capture website interactions frame-by-frame to create videos and GIFs. Perfect for demos, tutorials, and automated testing.",
"homepage": "https://browserless.js.org/#/?id=screencasturl-options",
"version": "13.0.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
"name": "microlink.io",
"url": "https://microlink.io"
},
"repository": {
"directory": "packages/screencast",
"type": "git",
"url": "git+https://github.com/microlinkhq/browserless.git#master"
},
"bugs": {
"url": "https://github.com/microlinkhq/browserless/issues"
},
"keywords": [
"automation",
"browserless",
"chrome",
"demo",
"frame-capture",
"gif",
"headless",
"puppeteer",
"recording",
"screencast",
"tutorial",
"video"
],
"dependencies": {
"null-prototype-object": "~1.2.6"
},
"devDependencies": {
"@browserless/test": "13.0.0",
"@kikobeats/time-span": "latest",
"@skyra/gifenc": "latest",
"ava": "5",
"canvas": "latest",
"sharp": "latest"
},
"engines": {
"node": ">= 24"
},
"files": [
"scripts",
"src"
],
"license": "MIT",
"ava": {
"serial": true,
"timeout": "2m",
"workerThreads": false
},
"gitHead": "706cc3cd37105b48da6ee6913321b241846a96fa",
"scripts": {
"test": "ava"
}
}