suptitles
Version:
Renders Blu-ray subtitles in the browser
22 lines (21 loc) • 425 B
JSON
{
"name": "suptitles",
"version": "1.0.1",
"description": "Renders Blu-ray subtitles in the browser",
"type": "module",
"main": "./dist/index.js",
"license": "MIT",
"repository": "mathnuts/suptitles",
"devDependencies": {
"ts-loader": "^6.2.1",
"typescript": "^3.7.5"
},
"keywords": [
"pgs",
"sup",
"subtitles",
"video",
"html5-video",
"blu-ray"
]
}