@ryupold/vode 1.1.8 → 1.1.9
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/icon.webp +0 -0
- package/logo.webp +0 -0
- package/package.json +2 -1
- package/icon.svg +0 -33
- package/logo.svg +0 -57
package/README.md
CHANGED
package/icon.webp
ADDED
|
Binary file
|
package/logo.webp
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ryupold/vode",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Small web framework for minimal websites",
|
|
5
5
|
"author": "Michael Scherbakow (ryupold)",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"icon": "icon.webp",
|
|
7
8
|
"keywords": [
|
|
8
9
|
"web",
|
|
9
10
|
"frontend",
|
package/icon.svg
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
|
|
2
|
-
<style>
|
|
3
|
-
text {
|
|
4
|
-
font-weight: 600;
|
|
5
|
-
font-family: "Courier New", Courier, monospace;
|
|
6
|
-
fill: #2d3748;
|
|
7
|
-
dominant-baseline: central;
|
|
8
|
-
text-anchor: middle;
|
|
9
|
-
text-rendering: geometricPrecision;
|
|
10
|
-
stroke: #d2c8b7;
|
|
11
|
-
paint-order: stroke;
|
|
12
|
-
stroke-width: 1%;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.tag {
|
|
16
|
-
font-size: 60%;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.braces {
|
|
20
|
-
font-size: 75%;
|
|
21
|
-
font-weight: 600;
|
|
22
|
-
}
|
|
23
|
-
</style>
|
|
24
|
-
|
|
25
|
-
<!-- Opening bracket -->
|
|
26
|
-
<text x="7%" y="48%" class="braces">[</text>
|
|
27
|
-
|
|
28
|
-
<!-- V -->
|
|
29
|
-
<text x="50%" y="55%" class="tag">V</text>
|
|
30
|
-
|
|
31
|
-
<!-- Closing bracket -->
|
|
32
|
-
<text x="93%" y="48%" class="braces">]</text>
|
|
33
|
-
</svg>
|
package/logo.svg
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 35">
|
|
2
|
-
<style>
|
|
3
|
-
text {
|
|
4
|
-
font-weight: 600;
|
|
5
|
-
font-family: "Courier New", Courier, monospace;
|
|
6
|
-
fill: #2d3748;
|
|
7
|
-
stroke: #d2c8b7;
|
|
8
|
-
dominant-baseline: central;
|
|
9
|
-
text-anchor: middle;
|
|
10
|
-
text-rendering: geometricPrecision;
|
|
11
|
-
paint-order: stroke;
|
|
12
|
-
stroke-width: 1%;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.tag {
|
|
16
|
-
font-size: 200%;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.props {
|
|
20
|
-
font-size: 135%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.child {
|
|
24
|
-
font-size: 150%;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.braces {
|
|
28
|
-
font-size: 250%;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.comma-text {
|
|
32
|
-
font-size: 80%;
|
|
33
|
-
}
|
|
34
|
-
</style>
|
|
35
|
-
|
|
36
|
-
<!-- Opening bracket -->
|
|
37
|
-
<text x="3%" y="47%" class="braces">[</text>
|
|
38
|
-
|
|
39
|
-
<!-- V -->
|
|
40
|
-
<text x="18%" y="53%" class="tag">V</text>
|
|
41
|
-
<text x="24%" y="65%" class="comma-text">,</text>
|
|
42
|
-
|
|
43
|
-
<!-- {} -->
|
|
44
|
-
<text x="36%" y="51%" class="props">{</text>
|
|
45
|
-
<text x="47%" y="51%" class="props">}</text>
|
|
46
|
-
<text x="51.5%" y="65%" class="comma-text">,</text>
|
|
47
|
-
|
|
48
|
-
<!-- d -->
|
|
49
|
-
<text x="64%" y="58%" class="child">d</text>
|
|
50
|
-
<text x="75%" y="65%" class="comma-text">,</text>
|
|
51
|
-
|
|
52
|
-
<!-- e -->
|
|
53
|
-
<text x="86.5%" y="58%" class="child">e</text>
|
|
54
|
-
|
|
55
|
-
<!-- Closing bracket -->
|
|
56
|
-
<text x="97%" y="47%" class="braces">]</text>
|
|
57
|
-
</svg>
|