From 24fbd5e2ef15596db3eda1b572bf49321ad16518 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Tue, 17 Jun 2025 10:16:42 -0700 Subject: [PATCH] Add command to install 'pan-zoom' to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e9a06f8..ce5ba7e 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ window.addEventListener('load', function () { 3. Visit `localhost:8080` to view. +## Command to install `pan-zoom` package from repo + +```console +$ ./npm install --save https://git.miti.sh/ccm/pan-zoom/archive/v0.3.0.tar.gz +``` + ## Tests Requires Chrome/ChromeDriver or Chromium/ChromiumDriver.