地址:
https://tholman.com/cursor-effects/
Github 地址:
https://github.com/tholman/cursor-effects
使用方式:
<!-- 鼠标拖尾效果 -->
<script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script>
<script>
new cursoreffects.fairyDustCursor();
</script>