svg-pan-zoom-m
Version:
JavaScript library for panning and zooming an SVG image from the mouse, touches and programmatically.
22 lines (21 loc) • 403 B
JSON
{
"compilerOptions": {
"module": "UMD",
"target": "es5",
"diagnostics": true,
"noEmit": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": true,
"baseUrl": "./",
"typeRoots": [
"./"
],
"types": []
},
"files": [
"dist/svg-pan-zoom.d.ts",
"tests/test_typescript.ts"
]
}