@cookielab.io/klovi 0.13.0 → 1.0.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/README.md CHANGED
@@ -7,7 +7,8 @@
7
7
 
8
8
  A local web app for browsing and presenting Claude Code session history. Built for showing AI coding workflows at meetups and conferences.
9
9
 
10
- ![Klovi screenshot](docs/example.png)
10
+ ![Klovi homepage screenshot](docs/screenshot-homepage.png)
11
+ ![Klovi homepage screenshot](docs/screenshot-session.png)
11
12
 
12
13
  ## Why Klovi?
13
14
 
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
+ <rect width="512" height="512" fill="#7c68b0"/>
3
+ <text x="256" y="256" font-family="SF Mono, Fira Code, Menlo, Consolas, monospace" font-weight="700" font-size="180" fill="#1a1e2a" text-anchor="middle" dominant-baseline="central">{K&gt;</text>
4
+ </svg>
Binary file