highmark-tex 0.0.39 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -2
- package/.aiignore +0 -12
- package/.swcrc +0 -12
- package/bin/main.js +0 -15
- package/example.js +0 -18699
- package/index.html +0 -44
- package/otf/STIXTwoMath-Regular.otf +0 -0
- package/otf/STIXTwoText-Bold.otf +0 -0
- package/otf/STIXTwoText-BoldItalic.otf +0 -0
- package/otf/STIXTwoText-Italic.otf +0 -0
- package/otf/STIXTwoText-Regular.otf +0 -0
package/index.html
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>Highmark TeX</title>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<style>
|
|
7
|
-
|
|
8
|
-
*,
|
|
9
|
-
*::after,
|
|
10
|
-
*::before {
|
|
11
|
-
border: 0;
|
|
12
|
-
margin: 0;
|
|
13
|
-
padding: 0;
|
|
14
|
-
box-sizing: border-box;
|
|
15
|
-
line-height: 1;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
html {
|
|
19
|
-
font-size: 10px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body>
|
|
25
|
-
<script src="example.js"> </script>
|
|
26
|
-
<script>
|
|
27
|
-
|
|
28
|
-
var xmlHttpRequest = new XMLHttpRequest();
|
|
29
|
-
|
|
30
|
-
xmlHttpRequest.onreadystatechange = function() {
|
|
31
|
-
if (xmlHttpRequest.readyState == 4) {
|
|
32
|
-
if (xmlHttpRequest.status == 200) {
|
|
33
|
-
location.reload();
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
xmlHttpRequest.open("GET", "/live-reload");
|
|
39
|
-
|
|
40
|
-
xmlHttpRequest.send();
|
|
41
|
-
|
|
42
|
-
</script>
|
|
43
|
-
</body>
|
|
44
|
-
</html>
|
|
Binary file
|
package/otf/STIXTwoText-Bold.otf
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|