We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289efbb commit ce6fb8aCopy full SHA for ce6fb8a
2 files changed
profile/constellation.dot
@@ -1,4 +1,19 @@
1
digraph G { rankdir=LR; node [shape=box,fontsize=10];
2
"modio-maintenance";
3
".github";
4
+ "MiniFy";
5
+ "beatiful-ui" [shape=ellipse,fontsize=9];
6
+ "MiniFy" -> "beatiful-ui";
7
+ "nextjs" [shape=ellipse,fontsize=9];
8
+ "MiniFy" -> "nextjs";
9
+ "shadcn-ui" [shape=ellipse,fontsize=9];
10
+ "MiniFy" -> "shadcn-ui";
11
+ "spotify" [shape=ellipse,fontsize=9];
12
+ "MiniFy" -> "spotify";
13
+ "spotify-api" [shape=ellipse,fontsize=9];
14
+ "MiniFy" -> "spotify-api";
15
+ "spotify-mini-player" [shape=ellipse,fontsize=9];
16
+ "MiniFy" -> "spotify-mini-player";
17
+ "tauri" [shape=ellipse,fontsize=9];
18
+ "MiniFy" -> "tauri";
19
}
profile/constellation.svg
0 commit comments