-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.html
37 lines (33 loc) · 1.38 KB
/
info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Copyright Ostler et al. (Jimmy Ostler, Pachie Ackerman, August Bergquist, Benjamin Weber)-->
<title>FantAscII - Info</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<h4>FantAscII v0.1 Copyright Ostler et al. (Jimmy Ostler, Pachie Ackerman, August Bergquist, Benjamin Weber)</h4>
<p>FantAscII is a project developed by a team of software engineering students at University. </p>
<br>
Keyboard Shortcuts Ctrl+Alt+{key}
<ul>
<li>Copy: K</li>
<li>Paste: U</li>
<li>Typing Mode: Enter</li>
<li>Save as txt: S</li>
<li>Clear: C</li>
<li>Select Mode: V</li>
<li>Fill Selection: R</li>
</ul>
To put ASCII art from you webcam into the editor, first click the 'camera' button. Then save the converted ASCII as a txt.
After that, upload using the file upload button at the top of the editor, and click the 'copy' button.
<br>
<br>
If you'd like more information, see our github repository's readme, which can be found here:
<a href = 'https://github.com/August-jhn/fantAscII'></a>
</body>
</html>