@nooptoday/profanity-filter Node.js API for rustrict. Built with napi-rs Usage Install yarn add @nooptoday/profanity-filter npm install @nooptoday/profanity-filter Code const { censor } = require('@nooptoday/profanity-filter') censor('hello fucking world') // hello f****** world