wowtext is an npm package to reduce text-shadow efforts
npm i wowtext
*Alpha (minimum blur effect)
*Beta
*Gamma (maximum blur effect)
Give Query the className '.wowtext'
Paste the given code in your JS file and add options of your choice
You are good to go👍👍
import {wowtext} from 'wowtext';
wowtext({
type: 'alpha',
color: 'green'
});