react-pan-zoom-hoc
Version:
This is a HOC to make your beautiful React components pannable and zoomable by mouse.
31 lines (30 loc) • 632 B
JSON
{
"name": "react-pan-zoom-hoc",
"version": "1.0.7",
"main": "lib/index.js",
"types": "lib",
"keywords": [
"React",
"HOC",
"Pan",
"Zoom",
"Mousepan",
"Mousezoom",
"Scrollzoom",
"Scroll"
],
"repository": "git@gitlab.com:mikaeljrich/npm-packages/react-pan-and-zoom-hoc.git",
"author": "Mikael Richardsson <main@mikaeljrich.com>",
"license": "MIT",
"scripts": {
"build": "tsc -p ."
},
"peerDependencies": {
"react": "^16.11.0"
},
"devDependencies": {
"react": "^16.11.0",
"@types/react": "16.9.2",
"typescript": "3.4.3"
}
}