@xn-sakina/mahiro-filter
v16.0.0
Published
### Install
Downloads
3
Readme
@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.