From 01e3348f1b5af5b59ac20c250a4706d8c989a3c2 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Wed, 22 Feb 2023 15:57:31 -0500 Subject: [PATCH] Initial commit for v4! --- .gitignore | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e555b18 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +.orig +node_modules/ +npm-debug.log +push_instructions.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9be89c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Keyrune v4 + +Keyrune is a complete SVG-based icon library and toolkit for Magic: the Gathering set symbols. Use them on your website just like any icon font, or print them outfor great looking card dividers and storage labels. + +Version 4 represents hundreds of hours of labor-of-love, with re-drawn, normalized glyphs for accurate sizing and multi-layer support for every set symbol! Style the rarity, border, and inner layers separately and perfectly, all with cross-browser plug'n'play CSS classes. \ No newline at end of file