From 6899d1dc67bc426421ddb1a924358909c4f6e7e7 Mon Sep 17 00:00:00 2001 From: Anurag Aggarwal Date: Tue, 12 May 2020 14:34:35 +0530 Subject: [PATCH] One Screen View --- .vscode/settings.json | 3 +++ index.html | 36 ++++++++++++------------- js/starter-template.js | 34 +++++------------------ js/xaos.js | 12 ++++----- starter-template.css | 61 ++++++++++++++++++++++++++---------------- 5 files changed, 71 insertions(+), 75 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.html b/index.html index 4c1d88d..a933bd9 100644 --- a/index.html +++ b/index.html @@ -61,25 +61,23 @@ -
-
-
- -

Your browser doesn't seem to support the <canvas> tag. - Try Chrome or Firefox.

-
-
- Reset - - - Capture -
-

Instructions

-

Click on "Browse Mode" to perform zoom

-

Click on "Capture Mode" to export canvas as image

-

Mouse Users: Left-click to zoom in, right-click to zoom out

-

Touch Device Users: Use one finger to zoom in, two fingers to zoom out. Interrupt zoom with one finger.

-
+
+ +

Your browser doesn't seem to support the <canvas> tag. + Try Chrome or Firefox.

+
+
+ + Reset + Capture
+
+
+ Instructions
+ Click on "Browse Mode" to perform zoom
+ Click on "Capture Mode" to export canvas as image
+ Mouse Users: Left-click to zoom in, right-click to zoom out
+ Touch Device Users: Use one finger to zoom in, two fingers to zoom out. Interrupt zoom with one finger. +