1.0.2 • Published 2 years ago
blurtext v1.0.2
blurText
A lightweight JavaScript library for blurring text
Install
Install with npm:
$ npm install --save blurtext
Usage
const { blurText } = require("blurtext");
console.log(blurText("beta", "#"))
License
Released under MIT License