You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
silentwolf-dev edited this page Nov 10, 2022
·
1 revision
Quick start
installation
npm i devspeed-filterjs
setup
const{TextFilter}=require('devspeed-filterjs');constmessage=newTextFilter({text: "shut the **** up",// set the text that is being manipulateddisableBlackList: false,// set to false by default.customBlacklist: ['foo','aah'],// create the custom blacklist.})