16.0.0 • Published 1 year ago
@xn-sakina/mahiro-filter v16.0.0
@xn-sakina/mahiro-filter
Install
pnpm i -D @xn-sakina/mahiro-filter
Usage
import { MahiroFilter } from '@xn-sakina/mahiro-filter'
import path from 'path'
mahiro.use(MahiroFilter({
// sensitive words data file path
dataPath: path.join(__dirname, './data.txt')
}))
More info
See mahiro for more infomation.