llmxray 0.2.0 → 0.2.1
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 +1 -1
- package/dist/favicon.svg +104 -3
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/favicon.svg
CHANGED
|
@@ -1,4 +1,105 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0%" stop-color="#1e1b4b"/>
|
|
5
|
+
<stop offset="100%" stop-color="#0f172a"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="pulse" x1="0" y1="0" x2="1" y2="0">
|
|
8
|
+
<stop offset="0%" stop-color="#7c3aed" stop-opacity="0.4"/>
|
|
9
|
+
<stop offset="30%" stop-color="#a855f7"/>
|
|
10
|
+
<stop offset="70%" stop-color="#c084fc"/>
|
|
11
|
+
<stop offset="100%" stop-color="#e9d5ff"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient id="chipStroke" x1="0" y1="0" x2="1" y2="1">
|
|
14
|
+
<stop offset="0%" stop-color="#a855f7"/>
|
|
15
|
+
<stop offset="100%" stop-color="#6d28d9"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<filter id="pulseGlow">
|
|
18
|
+
<feGaussianBlur in="SourceGraphic" stdDeviation="2"/>
|
|
19
|
+
</filter>
|
|
20
|
+
</defs>
|
|
21
|
+
|
|
22
|
+
<!-- Background -->
|
|
23
|
+
<rect width="128" height="128" rx="26" fill="url(#bg)"/>
|
|
24
|
+
|
|
25
|
+
<!-- Subtle grid pattern inside chip area -->
|
|
26
|
+
<g stroke="#a855f7" stroke-width="0.5" opacity="0.08">
|
|
27
|
+
<line x1="38" y1="36" x2="38" y2="92"/><line x1="48" y1="36" x2="48" y2="92"/>
|
|
28
|
+
<line x1="58" y1="36" x2="58" y2="92"/><line x1="68" y1="36" x2="68" y2="92"/>
|
|
29
|
+
<line x1="78" y1="36" x2="78" y2="92"/><line x1="88" y1="36" x2="88" y2="92"/>
|
|
30
|
+
<line x1="36" y1="44" x2="92" y2="44"/><line x1="36" y1="54" x2="92" y2="54"/>
|
|
31
|
+
<line x1="36" y1="74" x2="92" y2="74"/><line x1="36" y1="84" x2="92" y2="84"/>
|
|
32
|
+
</g>
|
|
33
|
+
|
|
34
|
+
<!-- Chip outline -->
|
|
35
|
+
<rect x="34" y="34" width="60" height="60" rx="6" fill="none" stroke="url(#chipStroke)" stroke-width="2.5" opacity="0.55"/>
|
|
36
|
+
|
|
37
|
+
<!-- Chip pins — top -->
|
|
38
|
+
<g stroke="#8b5cf6" stroke-width="2.5" stroke-linecap="round" opacity="0.35">
|
|
39
|
+
<line x1="50" y1="22" x2="50" y2="34"/>
|
|
40
|
+
<line x1="64" y1="18" x2="64" y2="34"/>
|
|
41
|
+
<line x1="78" y1="22" x2="78" y2="34"/>
|
|
42
|
+
</g>
|
|
43
|
+
<!-- Chip pins — bottom -->
|
|
44
|
+
<g stroke="#8b5cf6" stroke-width="2.5" stroke-linecap="round" opacity="0.35">
|
|
45
|
+
<line x1="50" y1="94" x2="50" y2="106"/>
|
|
46
|
+
<line x1="64" y1="94" x2="64" y2="110"/>
|
|
47
|
+
<line x1="78" y1="94" x2="78" y2="106"/>
|
|
48
|
+
</g>
|
|
49
|
+
<!-- Chip pins — left -->
|
|
50
|
+
<g stroke="#8b5cf6" stroke-width="2.5" stroke-linecap="round" opacity="0.35">
|
|
51
|
+
<line x1="22" y1="50" x2="34" y2="50"/>
|
|
52
|
+
<line x1="18" y1="64" x2="34" y2="64"/>
|
|
53
|
+
<line x1="22" y1="78" x2="34" y2="78"/>
|
|
54
|
+
</g>
|
|
55
|
+
<!-- Chip pins — right -->
|
|
56
|
+
<g stroke="#8b5cf6" stroke-width="2.5" stroke-linecap="round" opacity="0.35">
|
|
57
|
+
<line x1="94" y1="50" x2="106" y2="50"/>
|
|
58
|
+
<line x1="94" y1="64" x2="110" y2="64"/>
|
|
59
|
+
<line x1="94" y1="78" x2="106" y2="78"/>
|
|
60
|
+
</g>
|
|
61
|
+
|
|
62
|
+
<!-- Inner circuit traces -->
|
|
63
|
+
<g stroke="#c084fc" stroke-width="1" opacity="0.15" stroke-linecap="round">
|
|
64
|
+
<polyline points="44,44 56,44 56,52" fill="none"/>
|
|
65
|
+
<polyline points="72,44 84,44 84,52" fill="none"/>
|
|
66
|
+
<polyline points="44,84 56,84 56,76" fill="none"/>
|
|
67
|
+
<polyline points="72,84 84,84 84,76" fill="none"/>
|
|
68
|
+
<line x1="64" y1="44" x2="64" y2="52"/>
|
|
69
|
+
<line x1="64" y1="76" x2="64" y2="84"/>
|
|
70
|
+
</g>
|
|
71
|
+
|
|
72
|
+
<!-- Circuit nodes -->
|
|
73
|
+
<circle cx="56" cy="52" r="1.5" fill="#c084fc" opacity="0.3"/>
|
|
74
|
+
<circle cx="84" cy="52" r="1.5" fill="#c084fc" opacity="0.3"/>
|
|
75
|
+
<circle cx="56" cy="76" r="1.5" fill="#c084fc" opacity="0.3"/>
|
|
76
|
+
<circle cx="84" cy="76" r="1.5" fill="#c084fc" opacity="0.3"/>
|
|
77
|
+
<circle cx="64" cy="52" r="1.5" fill="#c084fc" opacity="0.3"/>
|
|
78
|
+
<circle cx="64" cy="76" r="1.5" fill="#c084fc" opacity="0.3"/>
|
|
79
|
+
|
|
80
|
+
<!-- Pulse glow (behind the main pulse) -->
|
|
81
|
+
<polyline
|
|
82
|
+
points="12,64 32,64 40,64 47,48 52,76 57,38 63,82 69,42 75,78 81,50 88,64 96,64 116,64"
|
|
83
|
+
fill="none"
|
|
84
|
+
stroke="#a855f7"
|
|
85
|
+
stroke-width="6"
|
|
86
|
+
stroke-linecap="round"
|
|
87
|
+
stroke-linejoin="round"
|
|
88
|
+
opacity="0.15"
|
|
89
|
+
filter="url(#pulseGlow)"
|
|
90
|
+
/>
|
|
91
|
+
|
|
92
|
+
<!-- Main ECG pulse line -->
|
|
93
|
+
<polyline
|
|
94
|
+
points="12,64 32,64 40,64 47,48 52,76 57,38 63,82 69,42 75,78 81,50 88,64 96,64 116,64"
|
|
95
|
+
fill="none"
|
|
96
|
+
stroke="url(#pulse)"
|
|
97
|
+
stroke-width="3"
|
|
98
|
+
stroke-linecap="round"
|
|
99
|
+
stroke-linejoin="round"
|
|
100
|
+
/>
|
|
101
|
+
|
|
102
|
+
<!-- Pulse leading dot -->
|
|
103
|
+
<circle cx="116" cy="64" r="4" fill="#c084fc" opacity="0.4"/>
|
|
104
|
+
<circle cx="116" cy="64" r="2.5" fill="#e9d5ff"/>
|
|
4
105
|
</svg>
|