Replies: 1 comment
-
Pass options: https://github.com/retextjs/retext-keywords#options. .use(retextKeywords, {maximum: 123} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const file = await retext(options)
.use(retextPos)
.use(retextKeywords)
.process(txt)
Beta Was this translation helpful? Give feedback.
All reactions