Boilerplate generator and deno tasks for monorepo

This commit is contained in:
Emma
2023-05-01 20:28:18 -06:00
parent a367562ba0
commit a910783882
36 changed files with 1164 additions and 47 deletions

View File

@@ -5,7 +5,6 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="36.50486mm"
@@ -20,18 +19,6 @@
inkscape:version="1.0 (4035a4fb49, 2020-05-01)">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient1309">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop1317" />
<stop
style="stop-color:#d733ff;stop-opacity:1"
offset="1"
id="stop1319" />
</linearGradient>
<marker
inkscape:isstock="true"
style="overflow:visible"
@@ -167,17 +154,6 @@
inkscape:vp_z="210 : -108.11874 : 1"
inkscape:persp3d-origin="105 : -157.61873 : 1"
id="perspective841" />
<radialGradient
gradientTransform="matrix(0.9320522,0,0,0.9320522,1.9456062,0.79468078)"
gradientUnits="userSpaceOnUse"
r="18.333055"
fy="11.69547"
fx="28.633835"
cy="11.69547"
cx="28.633835"
id="radialGradient1334"
xlink:href="#linearGradient1309"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
@@ -188,7 +164,7 @@
inkscape:pageshadow="2"
inkscape:zoom="8"
inkscape:cx="74.035737"
inkscape:cy="71.334249"
inkscape:cy="76.334249"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
@@ -223,9 +199,9 @@
transform="translate(-10.381405,6.5569707)">
<path
sodipodi:open="true"
d="M 45.469057,11.723468 A 16.835245,16.835245 0 0 1 28.612828,28.530691 16.835245,16.835245 0 0 1 11.798596,11.681455 16.835245,16.835245 0 0 1 28.640837,-5.1397843 16.835245,16.835245 0 0 1 45.46908,11.695459"
d="M 45.469057,11.723468 A 16.835245,16.835245 0 0 1 28.637202,28.530704 16.835245,16.835245 0 0 1 11.798626,11.730202 16.835245,16.835245 0 0 1 28.567716,-5.1396559 16.835245,16.835245 0 0 1 45.468798,11.597965"
sodipodi:arc-type="arc"
sodipodi:end="0"
sodipodi:end="6.2773942"
sodipodi:start="0.0016637066"
sodipodi:ry="16.835245"
sodipodi:rx="16.835245"
@@ -233,7 +209,7 @@
sodipodi:cx="28.633835"
sodipodi:type="arc"
id="path979"
style="font-variation-settings:'wght' 700;mix-blend-mode:normal;fill:url(#radialGradient1334);fill-opacity:1;stroke:#35185a;stroke-width:2.83437;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;paint-order:stroke fill markers" />
style="font-variation-settings:'wght' 700;mix-blend-mode:normal;fill:#688e26;fill-opacity:1;stroke:#35185a;stroke-width:2.834;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;paint-order:stroke fill markers" />
<path
style="fill:#35185a;fill-opacity:0;stroke:#35185a;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 24.087931,10.789236 h -10.41137 c -0.859457,0 -1.396618,0.93039 -0.966889,1.674701 l 2.451577,4.246256 c 0.2191,0.379493 0.624015,0.613271 1.062216,0.613271 h 7.864466 m 0,-6.534228 h 10.41137 c 0.859457,0 1.396618,0.93039 0.966889,1.674701 l -2.451577,4.246256 c -0.2191,0.379493 -0.624015,0.613271 -1.062216,0.613271 h -7.864466"

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 24 KiB