glotfile 0.1.1 → 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/README.md +5 -4
- package/dist/server/cli.js +644 -224
- package/dist/server/server.js +536 -182
- package/dist/ui/assets/en-BZRN_IpI.svg +25 -0
- package/dist/ui/assets/index-BHjDAL9d.js +1847 -0
- package/dist/ui/assets/index-iW_TzurC.css +1 -0
- package/dist/ui/index.html +2 -2
- package/package.json +2 -2
- package/dist/ui/assets/index-BqcYDTXL.css +0 -1
- package/dist/ui/assets/index-DK-AGskd.js +0 -1805
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-en" viewBox="0 0 640 480">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="en-us"><path d="M0 0H640L0 480Z"/></clipPath>
|
|
4
|
+
<clipPath id="en-gb"><path d="M640 0V480H0Z"/></clipPath>
|
|
5
|
+
</defs>
|
|
6
|
+
<g clip-path="url(#en-us)">
|
|
7
|
+
<svg width="640" height="480" viewBox="0 0 640 480">
|
|
8
|
+
<path fill="#bd3d44" d="M0 0h640v480H0"/>
|
|
9
|
+
<path stroke="#fff" stroke-width="37" d="M0 55.3h640M0 129h640M0 203h640M0 277h640M0 351h640M0 425h640"/>
|
|
10
|
+
<path fill="#192f5d" d="M0 0h364.8v258.5H0"/>
|
|
11
|
+
<marker id="en-us-star" markerHeight="30" markerWidth="30"><path fill="#fff" d="m14 0 9 27L0 10h28L5 27z"/></marker>
|
|
12
|
+
<path fill="none" marker-mid="url(#en-us-star)" d="m0 0 16 11h61 61 61 61 60L47 37h61 61 60 61L16 63h61 61 61 61 60L47 89h61 61 60 61L16 115h61 61 61 61 60L47 141h61 61 60 61L16 166h61 61 61 61 60L47 192h61 61 60 61L16 218h61 61 61 61 60z"/>
|
|
13
|
+
</svg>
|
|
14
|
+
</g>
|
|
15
|
+
<g clip-path="url(#en-gb)">
|
|
16
|
+
<svg width="640" height="480" viewBox="0 0 640 480">
|
|
17
|
+
<path fill="#012169" d="M0 0h640v480H0z"/>
|
|
18
|
+
<path fill="#FFF" d="m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z"/>
|
|
19
|
+
<path fill="#C8102E" d="m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zM640 0v3L391 191l2-44L590 0zM0 0l239 176h-60L0 42z"/>
|
|
20
|
+
<path fill="#FFF" d="M241 0v480h160V0zM0 160v160h640V160z"/>
|
|
21
|
+
<path fill="#C8102E" d="M0 193v96h640v-96zM273 0v480h96V0z"/>
|
|
22
|
+
</svg>
|
|
23
|
+
</g>
|
|
24
|
+
<path d="M640 0L0 480" stroke="#fff" stroke-width="22"/>
|
|
25
|
+
</svg>
|