- Create a div node in your html document
- Add the attribute data-decklist="custom" to the node
- Copy the MTGA decklist inside the node
- Include a script tag at the end of the html body to use the lib
<script src="https://lukegothic.github.io/mtgadecklist/mtgadecklist.js"></script>
- ???
- Magic!
- Button to export decklist to MTGA
- Get decklist from remote source (mtggoldfish,tappedout...etc.)
- Deck header with deck name, colors and total cards
- Sideboard cards
- Nice fade in/out effect on showing the card preview
- Settings
- Card grouping (ungrouped|light grouping (Creatures, Spells, Lands)|full (All card types))
- Cards as images (yes|no)
- Show header (yes|no)
- Show footer (yes|no)
- Position of the card preview (inside|aside|none)
- Layout (single|multiple columns)
- Theme (light|dark|custom)