From e4daa547c176748949e0da222ef34e24fcb0daf9 Mon Sep 17 00:00:00 2001 From: Anurag Aggarwal Date: Sat, 9 May 2020 12:46:57 +0530 Subject: [PATCH] Added browse and capture mode --- index.html | 15 ++++++++++----- js/starter-template.js | 24 ++++++++++++++++-------- starter-template.css | 17 ++++++++++++++--- 3 files changed, 40 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index e788b29..4c1d88d 100644 --- a/index.html +++ b/index.html @@ -70,11 +70,16 @@ Reset - - -

This is a real-time fractal zoomer. Using it is simple: left-click to zoom in, right-click to zoom out.

-

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

-

Please use fullscreen mode to experience full functionality

+ + + 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.

+