e0fbba8feedf46fff0c324cc6d10a7f640d23500
Pan-Zoom
Pan/zoom library for web browsers. Hold and drag an element to pan. Use the mouse wheel to zoom. See src/app.js for a usage example.
To view the demo using Docker
-
Install the development server packages.
docker run --rm -w /app -v $PWD:/app -u $(id -u):$(id -u) node npm install -
Start the server.
docker run --rm --init -it -w /app -v $PWD:/app -p 8080:8080 node node dev-server.js -
Visit
localhost:8080to view.
Description
Languages
JavaScript
94.9%
HTML
3.4%
CSS
1.7%