funtext
v1.11.0
Published
Text animation library.
Downloads
13
Readme
FunText
FunText is a lightweight and versatile npm library designed for text animation.
Documentation
NPM
Installation
Import in browser:
// unpkg
<script src="//unpkg.com/funtext"></script>
// jsdelivr
<script src="https://cdn.jsdelivr.net/npm/funtext"></script>
Package manager:
# NPM
$ npm install funtext --save
# Yarn
$ yarn add funtext
# PNPM
$ pnpm install funtext