New version (with orientation and better doc)

This commit is contained in:
2021-12-27 18:23:22 +01:00
parent 02a033dab0
commit 50ace3243d
7 changed files with 39 additions and 14 deletions

17
dist/index.html vendored
View File

@@ -1,6 +1,21 @@
<head>
<meta charset="utf-8">
<script src="bundle.js"></script>
<script src="caracals-badge.js" orientation="right-bottom"></script>
<script src="caracals-badge.js" orientation="left-bottom"></script>
<script src="caracals-badge.js" orientation="left-top"></script>
<script src="caracals-badge.js" orientation="right-top"></script>
</head>
<body>
<title>caracals-badge usage</title>
<br />
<br />
<br />
<br />
<br />
<h1>Usage</h1>
<pre>
<code>
&lt;script src="caracals-badge.js" orientation="right-bottom"> </script>
</code>
</pre>
</body>