scenri 0.2.0 → 0.2.2
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/CHANGELOG.md +17 -0
- package/README.md +5 -13
- package/dist/serve.js +20 -0
- package/package.json +3 -3
- package/studio-dist/apple-touch-icon.png +0 -0
- package/studio-dist/assets/{index-anODr0h2.js → index-CZX6N9rq.js} +5 -5
- package/studio-dist/favicon.ico +0 -0
- package/studio-dist/favicon.svg +5 -5
- package/studio-dist/icon-192.png +0 -0
- package/studio-dist/icon-512.png +0 -0
- package/studio-dist/icon-maskable-512.png +0 -0
- package/studio-dist/index.html +1 -1
package/studio-dist/favicon.ico
CHANGED
|
Binary file
|
package/studio-dist/favicon.svg
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
2
|
<title>scenri symbol</title>
|
|
3
3
|
<style>path{fill:#0a0a0a}@media(prefers-color-scheme:dark){path{fill:#f5f5f5}}</style>
|
|
4
|
-
<path d="M64
|
|
5
|
-
<path d="M12.
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="M12.
|
|
4
|
+
<path d="M64 18.71V38.8L51.38 51.39V12.62H57.9C61.27 12.62 64 15.35 64 18.72V18.71Z"/>
|
|
5
|
+
<path d="M12.62 12.62V51.39H6.1C2.73 51.39 0 48.66 0 45.29V25.2L12.62 12.61V12.62Z"/>
|
|
6
|
+
<path d="M51.38 51.38L38.79 64H18.7C15.33 64 12.6 61.27 12.6 57.9V51.38H51.37H51.38Z"/>
|
|
7
|
+
<path d="M12.62 12.62L25.2 0H45.29C48.66 0 51.39 2.73 51.39 6.1V12.62H12.62Z"/>
|
|
8
8
|
</svg>
|
package/studio-dist/icon-192.png
CHANGED
|
Binary file
|
package/studio-dist/icon-512.png
CHANGED
|
Binary file
|
|
Binary file
|
package/studio-dist/index.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<style>html,body,#root{height:100%;margin:0}html[data-theme=dark]{background:#0d0d0d}html[data-theme=light]{background:#ffffff}</style>
|
|
25
25
|
<!-- bt-theme is the pre-rename key. Read only: ThemeProvider owns the move. -->
|
|
26
26
|
<script>try{const t=localStorage.getItem('sc-theme')??localStorage.getItem('bt-theme');document.documentElement.dataset.theme=(t==='light'||t==='dark')?t:(matchMedia('(prefers-color-scheme: light)').matches?'light':'dark')}catch(_e){document.documentElement.dataset.theme='dark'}</script>
|
|
27
|
-
<script type="module" crossorigin src="/assets/index-
|
|
27
|
+
<script type="module" crossorigin src="/assets/index-CZX6N9rq.js"></script>
|
|
28
28
|
<link rel="stylesheet" crossorigin href="/assets/index-B1iLAbLh.css">
|
|
29
29
|
</head>
|
|
30
30
|
<body>
|