@harshilthakkar/glyphd-linux-arm64 0.1.0

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.
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
6
+ <title>glyphd</title>
7
+ <script type="module" crossorigin src="/assets/index-BhAuOePA.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-BJJzm5Pk.css">
9
+ </head>
10
+ <body class="dark min-h-screen font-mono antialiased">
11
+ <div id="root"></div>
12
+ </body>
13
+ </html>
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@harshilthakkar/glyphd-linux-arm64",
3
+ "version": "0.1.0",
4
+ "description": "glyphd binary for Linux ARM64",
5
+ "author": "Harshil Thakkar",
6
+ "license": "MIT",
7
+ "os": ["linux"],
8
+ "cpu": ["arm64"],
9
+ "files": ["bin/", "dist/"]
10
+ }