UNPKG

better-video-embeds

Version:

Pass in a url that should be a video embed link...and get back a properly formated embed link. (Works for YouTube, Vimeo, Wistia and more!)

49 lines (48 loc) 921 B
{ "name": "better-video-embeds", "version": "1.0.1", "main": "dist/index.js", "module": "dist/better-video-embeds.esm.js", "typings": "dist/index.d.ts", "license": "MIT", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint" }, "repository": { "type": "git", "url": "git+https://github.com/tylerzey/better-video-embeds.git" }, "keywords": [ "video", "youtube", "embed", "parser", "daily motion", "wistia" ], "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@types/jest": "^24.0.18", "husky": "^3.0.5", "tsdx": "^0.9.1", "tslib": "^1.10.0", "typescript": "^3.6.2" } }