diff --git a/dist/index-DRipMOn9.js b/dist/index-4iPTR9a3.js similarity index 100% rename from dist/index-DRipMOn9.js rename to dist/index-4iPTR9a3.js diff --git a/dist/index-BfA9Jpbl.css b/dist/index-BfA9Jpbl.css deleted file mode 100644 index f00972b..0000000 --- a/dist/index-BfA9Jpbl.css +++ /dev/null @@ -1 +0,0 @@ -#container{position:relative;padding:4rem 2rem}main ul{list-style:none}main ul li{display:block;padding:.5rem}main ul a{color:#ddd}main ul a:hover{color:#ed225d}main ul span{display:inline-block;margin-left:.625rem;font-size:.8rem;color:#999} diff --git a/dist/index-DfVzePdI.css b/dist/index-DfVzePdI.css new file mode 100644 index 0000000..6b64877 --- /dev/null +++ b/dist/index-DfVzePdI.css @@ -0,0 +1 @@ +#container{position:relative;padding:4rem 2rem}main span{display:inline-block;margin-left:.625rem;font-size:.8rem;color:#999}main ul{list-style:none}main ul li{display:block;padding:.5rem}main ul a{color:#ddd}main ul a:hover{color:#ed225d} diff --git a/dist/index.html b/dist/index.html index c6fb14f..434351d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -6,8 +6,8 @@
Click on canvas to regenerate.
-type EdgeData = { - lane: 'B' | 'L' | 'F' | 'R'; - color: 'hsl(hue, sat, lgt)' | 'rgb(r, g, b)'; -} - type TileData = { coords: [number, number]; hasIntersections: boolean; - edges: Record<'N' | 'E' | 'S' | 'W', ParsedEdgeData>; + edges: Record<'N' | 'E' | 'S' | 'W', EdgeData>; +}; + +type EdgeData = { + lane: 'B' | 'L' | 'F' | 'R'; + color: 'hsl(hue, sat, lgt)' | 'rgb(r, g, b)'; };
Click on canvas to regenerate.
-type EdgeData = { - lane: 'B' | 'L' | 'F' | 'R'; - color: 'hsl(hue, sat, lgt)' | 'rgb(r, g, b)'; -} - type TileData = { coords: [number, number]; hasIntersections: boolean; - edges: Record<'N' | 'E' | 'S' | 'W', ParsedEdgeData>; + edges: Record<'N' | 'E' | 'S' | 'W', EdgeData>; +}; + +type EdgeData = { + lane: 'B' | 'L' | 'F' | 'R'; + color: 'hsl(hue, sat, lgt)' | 'rgb(r, g, b)'; };