Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
steltenpower authored Aug 31, 2021
1 parent 5bcd681 commit bb05ecf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@
y1=0;
x2=0;
y2=0;
alert("What if you could draw graphs (networks,flowcharts,etc.) with some quick swipes across the screen while just saying the names of elements?");
alert("For now: You can fake it once for 1 node-edge-node by trying to draw a line while saying 'i love graphs' with timing based on the color RED. Go for it!");
alert("How-to-use:\n
===========
1: Put finger down\n
2: Say 'i'\n
3: Move finger a lot\n
4: Say 'love'\n
5: Lift finger\n
6: Say 'graphs'\n
7: Click outside your creation");
function drawTriple_listenForA(ev){
x1=ev.x;
y1=ev.y;
Expand Down

0 comments on commit bb05ecf

Please # to comment.