Installation
Downloading From Repository
<script src="/path/to/tagly.min.js"></script>
<script>
const element = document.getElementById('tagly')
new Tagly(element)
</script>Embed With CDN
UNPKG CDN
https://unpkg.com/@kykurniawan/tagly@latest/dist/tagly.min.jsjsDelivr CDN
https://cdn.jsdelivr.net/npm/@kykurniawan/tagly@latest/dist/tagly.min.jsExample
Last updated