diff --git a/src/globals.ts b/src/globals.ts new file mode 100644 index 0000000..c920b1f --- /dev/null +++ b/src/globals.ts @@ -0,0 +1,7 @@ +export const globals = { + githubUrl: "https://github.com/pheralb/svgl", + twitterUrl: "https://x.com/pheralb_", + submitUrl: + "https://github.com/pheralb/svgl?tab=readme-ov-file#-getting-started", + currentVersion: "beta", +};