react-video-zoom
Version:
React component for magnifying glass circle on a video when hovering.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "react-video-zoom",
"version": "1.0.11",
"description": "React component for magnifying glass circle on a video when hovering.",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp package.json README.md src/index.css ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/max21994/react-video-zoom.git"
},
"keywords": [
"react",
"video",
"zoom",
"magnifier",
"magnifying glass",
"enlarger",
"video zoom",
"video magnifier",
"video enlarger",
"video magnifying glass"
],
"author": "Max Gajek",
"license": "ISC",
"bugs": {
"url": "https://github.com/max21994/react-video-zoom/issues"
},
"homepage": "https://react-video-zoom-github-io.vercel.app",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"typescript": "^5.0.2"
}
}