Adds a tooltip to your website with the image of Skyweaver cards either with <span class="skytips">Card Name</span>
or with {{Card Name}}
(requires autolink: true
).
Insert the following snippet anywhere on your page:
<script src="https://gaudren.github.io/skytips/dist/main.js"></script>
<!-- with support for {{Card Name}} -->
<script>skytips({autolink: true})</script>
<!-- without support for {{Card Name}} -->
<script>skytips()</script>