Introducing heti

This commit is contained in:
zhbaor 2022-12-31 12:36:47 +08:00
parent 928734b8e4
commit b19071ee01
3 changed files with 10 additions and 2 deletions

View file

@ -94,3 +94,8 @@ document.addEventListener("scroll", () => {
})
</script>
{{ end }}
<script>
const heti = new Heti('.heti');
heti.autoSpacing();
</script>