commit 01e3348f1b5af5b59ac20c250a4706d8c989a3c2 Author: Andrew Gioia Date: Wed Feb 22 15:57:31 2023 -0500 Initial commit for v4! 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