rndm-letter.js
v1.0.1
Published
Randomly text change effect library
Maintainers
Readme
rndm-letter.js
Randomly letter change effect library
Install
NPM
npm install rndm-letter.js --save
# or
yarn add rndm-letter.jsUsage
<p>HELLO! I AM ALVIN</p>import { RandomLetter } from 'rndm-letter'
// Symbols are optional
const symbols = ['%', '@', '&', '#', '?', '$', '*', '1', '0'] // Default symbols
const element = document.querySelector('p')
new RandomLetter(symbols, element)

Changelog
License
Copyright (c) 2022 Alvin Aliev. Released under the MIT License.
Made with ❤ by Alvin.
