-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.76 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.76 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>MathKeyboardEngine</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./index.css"></link>
</head>
<body>
<h1>MathKeyboardEngine</h1>
<p>MathKeyboardEngine provides the logic for a highly customizable virtual math keyboard with any LaTeX typesetting library.</div>
<h2>Live examples</h1>
<p><a href="/live-examples/KaTeX.html" target="_blank">MathKeyboardEngine + KaTeX</a></p>
<p><a href="/live-examples/MathJax.html" target="_blank">MathKeyboardEngine + MathJax</a></p>
<h2>Documentation</h2>
<p>There's separate documentation<br/>
<a href="/docs/1.1/" target="_blank">for JavaScript/TypeScript</a><br/>
<a href="/docs/csharp/1.0/" target="_blank">for C#/F#</a><br/>
<a href="/docs/python/1.0/" target="_blank">for Python</a><br/>
<a href="/docs/swift/1.0/" target="_blank">for Swift</a>
</p>
<h2>Get it!</h2>
<p>
The library is free to use and hosted via:<br />
<a href="https://www.jsdelivr.com/package/npm/mathkeyboardengine?path=dist" target="_blank">jsDelivr</a> (js)<br />
<a href="https://www.npmjs.com/package/mathkeyboardengine" target="_blank">npm</a> (js, ts)<br />
<a href="https://deno.land/x/mathkeyboardengine" target="_blank">deno</a> (ts, js)<br />
<a href="https://www.nuget.org/packages/MathKeyboardEngine" target="_blank">NuGet</a> (C#, F#)<br />
<a href="https://pypi.org/project/mathkeyboardengine" target="_blank">PyPi</a> (Python)<br />
<a href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Swift" target="_blank">GitHub</a> (Swift)<br />
</p>
</body>
</html>