scenri 0.2.2 → 0.3.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.
- package/ASSETS-LICENSE.md +4 -4
- package/CHANGELOG.md +16 -0
- package/LICENSE +1 -1
- package/NOTICE +4 -4
- package/README.md +12 -12
- package/dist/{chunk-VE675PSG.js → chunk-GA7P7K2M.js} +2 -2
- package/dist/{cli-JVN6MY72.js → cli-GQLRYYGU.js} +4 -4
- package/dist/index.js +4 -4
- package/dist/{launcher-YT5KSSTN.js → launcher-RETYUGSR.js} +4 -4
- package/dist/serve.js +37 -12
- package/package.json +1 -1
- package/studio-dist/assets/index-BaASA7BS.js +102 -0
- package/studio-dist/favicon.svg +1 -1
- package/studio-dist/index.html +2 -2
- package/studio-dist/site.webmanifest +2 -2
- package/studio-dist/assets/index-CZX6N9rq.js +0 -102
package/studio-dist/favicon.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
|
-
<title>
|
|
2
|
+
<title>Scenri symbol</title>
|
|
3
3
|
<style>path{fill:#0a0a0a}@media(prefers-color-scheme:dark){path{fill:#f5f5f5}}</style>
|
|
4
4
|
<path d="M64 18.71V38.8L51.38 51.39V12.62H57.9C61.27 12.62 64 15.35 64 18.72V18.71Z"/>
|
|
5
5
|
<path d="M12.62 12.62V51.39H6.1C2.73 51.39 0 48.66 0 45.29V25.2L12.62 12.61V12.62Z"/>
|
package/studio-dist/index.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
name="viewport"
|
|
10
10
|
content="width=device-width, initial-scale=1.0, viewport-fit=cover, interactive-widget=resizes-content"
|
|
11
11
|
/>
|
|
12
|
-
<title>
|
|
12
|
+
<title>Scenri</title>
|
|
13
13
|
<meta name="description" content="The open studio for brand-consistent AI visuals. Local-first: your brands, images, and keys stay on your machine." />
|
|
14
14
|
<!-- This is a workspace, not a web page. If a deployment ever serves it
|
|
15
15
|
beyond loopback, nothing in it should be indexed. -->
|
|
@@ -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-BaASA7BS.js"></script>
|
|
28
28
|
<link rel="stylesheet" crossorigin href="/assets/index-B1iLAbLh.css">
|
|
29
29
|
</head>
|
|
30
30
|
<body>
|