1.0.1 • Published 2 years ago

rndm-letter.js v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

rndm-letter.js

Randomly letter change effect library

Install

NPM

npm install rndm-letter.js --save

# or
yarn add rndm-letter.js

Usage

<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)

alt text

Changelog

Go to Github Releases

License

Copyright (c) 2022 Alvin Aliev. Released under the MIT License.

Made with by Alvin.