diff --git a/apps/stage-capacitor/README.md b/apps/stage-capacitor/README.md new file mode 100644 index 000000000..3233e4cf2 --- /dev/null +++ b/apps/stage-capacitor/README.md @@ -0,0 +1,7 @@ +
+ [Try it] +
+ +> Heavily inspired by [Neuro-sama](https://www.youtube.com/@Neurosama) diff --git a/apps/stage-capacitor/capacitor.config.ts b/apps/stage-capacitor/capacitor.config.ts new file mode 100644 index 000000000..98e434740 --- /dev/null +++ b/apps/stage-capacitor/capacitor.config.ts @@ -0,0 +1,9 @@ +import type { CapacitorConfig } from '@capacitor/cli' + +const config: CapacitorConfig = { + appId: 'ai.moeru.airi', + appName: 'AIRI', + webDir: 'dist', +} + +export default config diff --git a/apps/stage-capacitor/index.html b/apps/stage-capacitor/index.html new file mode 100644 index 000000000..96743ea18 --- /dev/null +++ b/apps/stage-capacitor/index.html @@ -0,0 +1,58 @@ + + + + ++ {{ enabled ? 'Microphone enabled' : 'Microphone disabled' }} +
++ Color: {{ dominantColor }} +
++ Color: {{ topEdgeColors }} +
+| + Original + | ++ Processed + | ++ Filename + | ++ Status + | ++ Actions + | +
|---|---|---|---|---|
| + No images uploaded yet + | +||||
|
+
+
+ |
+
+
+
+
+
+
+
+
+
+ -
+
+ |
+
+
+ + {{ item.file.name }} + | + + ++ + + + + + {{ item.status === 'pending' ? 'Pending' : item.status === 'processing' ? 'Processing' : item.status === 'done' ? 'Done' : 'Error' }} + + | + + +
+
+
+
+
+ |
+
+ {{ key }}
+
+