UNPKG

video-stream-snap

Version:

Capture the first frame from video streams (HLS/RTMP/FLV)

46 lines 944 B
{ "name": "video-stream-snap", "version": "0.0.5", "description": "Capture the first frame from video streams (HLS/RTMP/FLV)", "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.mts", "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest", "coverage": "vitest run --coverage", "test:ui": "vitest --ui" }, "keywords": [ "hls", "rtmp", "thumbnail", "streaming", "video" ], "author": "zhangjingjing207", "license": "MIT", "files": [ "dist" ], "devDependencies": { "@types/node": "^22.15.18", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "happy-dom": "^18.0.1", "tsup": "^8.4.0", "vitest": "^3.2.4" }, "peerDependencies": { "typescript": "^5.0.0" }, "engines": { "bun": "^1.1.38" }, "dependencies": { "dashjs": "^5.0.3", "flv.js": "^1.6.2", "hls.js": "^1.6.7" } }