1.0.1 • Published 10 months ago
remake-keyword v1.0.1
remake keyword
how to use
const options = {
text: '举报人:xxxxxxxx? | 被举报人:xxxxx个红包呗 | 被举报人:拿钱xxxx | 举报人:xxxx,',
remake: [
{
word: ['红包', '拿钱'],
style: {
color: 'red',
'font-size': '18px'
}
},
{
word: ['举报人'],
style: {
color: 'green',
'font-size': '18px'
}
}
]
}
const data = new RemakeKeyword.RemakeKeyword(options)