文件名称:texthighlighter:TextHighlighter允许您突出显示网页上的文本
文件大小:1.34MB
文件格式:ZIP
更新时间:2024-05-24 21:58:55
JavaScript
TextHighlighter TextHighlighter允许您突出显示网页上的文本。 只要选择它! 入门 将库用作npm软件包 通过运行以下命令安装库: $ npm install @perlego/text-highlighter 然后,您可以像这样使用它: import TextHighlighter from '@perlego/text-highlighter' ; // Example using a React ref if you are building a react application. const highlighter = new TextHighlighter ( sandboxRef . current ) ; // Example using an element accessed directly from the DOM. const h