Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 708 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 708 Bytes

skytips

Screenshot from 2021-10-06 17-19-16

live demo

Description

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).

Usage

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>