@iconoma/studio 0.0.5 → 0.0.6
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/README.md +9 -9
- package/dist/client/index.html +19 -19
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Iconoma Studio!
|
|
2
|
-
|
|
3
|
-
This is the Iconoma Studio, if you want to use Iconoma go to [https://github.com/Theryston/iconoma](https://github.com/Theryston/iconoma). But to start Iconoma Studio programmatically:
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
import { createServer } from "@iconoma/studio";
|
|
7
|
-
|
|
8
|
-
const { url, close } = await createServer({ port });
|
|
9
|
-
```
|
|
1
|
+
# Iconoma Studio!
|
|
2
|
+
|
|
3
|
+
This is the Iconoma Studio, if you want to use Iconoma go to [https://github.com/Theryston/iconoma](https://github.com/Theryston/iconoma). But to start Iconoma Studio programmatically:
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
import { createServer } from "@iconoma/studio";
|
|
7
|
+
|
|
8
|
+
const { url, close } = await createServer({ port });
|
|
9
|
+
```
|
package/dist/client/index.html
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta http-equiv="Content-Language" content="en" />
|
|
6
|
-
<link rel="icon" href="/favicon.ico" />
|
|
7
|
-
<meta
|
|
8
|
-
name="viewport"
|
|
9
|
-
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
10
|
-
/>
|
|
11
|
-
<title>Iconoma Studio</title>
|
|
12
|
-
<!--app-head-->
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta http-equiv="Content-Language" content="en" />
|
|
6
|
+
<link rel="icon" href="/favicon.ico" />
|
|
7
|
+
<meta
|
|
8
|
+
name="viewport"
|
|
9
|
+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
10
|
+
/>
|
|
11
|
+
<title>Iconoma Studio</title>
|
|
12
|
+
<!--app-head-->
|
|
13
13
|
<script type="module" crossorigin src="/assets/index-7c_AX7XK.js"></script>
|
|
14
14
|
<link rel="stylesheet" crossorigin href="/assets/index-Bdj-eDET.css">
|
|
15
|
-
</head>
|
|
16
|
-
<body>
|
|
17
|
-
<div id="root">
|
|
18
|
-
<!--app-html-->
|
|
19
|
-
</div>
|
|
20
|
-
</body>
|
|
21
|
-
</html>
|
|
15
|
+
</head>
|
|
16
|
+
<body>
|
|
17
|
+
<div id="root">
|
|
18
|
+
<!--app-html-->
|
|
19
|
+
</div>
|
|
20
|
+
</body>
|
|
21
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconoma/studio",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"private": false,
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
|
-
"repository":
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/theryston/iconoma.git"
|
|
13
|
-
},
|
|
10
|
+
"repository": "github:Theryston/iconoma",
|
|
14
11
|
"homepage": "https://github.com/theryston/iconoma",
|
|
15
12
|
"keywords": [
|
|
16
13
|
"oclif",
|