censorify-wim
v0.1.2
Published
Censors a words out of text
Readme
Hello !!
To install: npm install censorify-wim
To start use: var cw = require("censorify-wim");
To add some cencor word: cw.addCensoredWord("SOME_CENCOR_WORDS");
To censor a words in sentece: cw.censor("SOME_SENTECE")
