@rbuljan/zoompan
Version:
Zoomable and pannable area with scrollbars. Inspired by graphical editors like Photoshop.
25 lines (24 loc) • 706 B
JSON
{
"name": "@rbuljan/zoompan",
"version": "1.0.0",
"description": "Zoomable and pannable area with scrollbars. Inspired by graphical editors like Photoshop.",
"main": "zoompan.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rokobuljan/zoompan.git"
},
"keywords": ["Pan", "Zoom", "Scale", "Canvas", "Graphic editor", "Scrollable"],
"author": "Roko C. Buljan",
"license": "MIT",
"bugs": {
"url": "https://github.com/rokobuljan/zoompan/issues"
},
"homepage": "https://github.com/rokobuljan/zoompan#readme",
"type": "module"
}