Add capacitorjs runtime

This commit is contained in:
olcxja 2026-05-03 17:09:55 +02:00
commit f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions

16
assets/splash.svg Normal file
View file

@ -0,0 +1,16 @@
<svg viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="glow" x="-10%" y="-10%" width="140%" height="140%">
<feGaussianBlur stdDeviation="1.4" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
</defs>
<text x="50%" y="32" text-anchor="middle"
style="font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 56px; fill: #a64aff; filter: blur(5em); opacity: 0.6;">
o
</text>
<text x="50%" y="32" text-anchor="middle"
style="font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 56px; fill: #a64aff; filter: url(#glow);">
o
</text>
</svg>

After

Width:  |  Height:  |  Size: 674 B