文件名称:text-diff:可视JavaScript文本差异库。 从https创建的CommonJS模块
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-09 13:32:55
equality characters text-diff javascript-diff-library JavaScript
文字差异 JavaScript差异库,支持可视化,HTML格式的输出 该存储库包含Neil Fraser制作的的diff功能,已转换为适合require进入项目的节点模块。 用法示例 var Diff = require ( 'text-diff' ) ; var diff = new Diff ( ) ; // options may be passed to constructor; see below var textDiff = diff . main ( 'text1' , 'text2' ) ; // produces diff array diff . prettyHtml ( textDiff ) ; // produces a formatted HTML string 初始化选项 参数可以以对象的形式传递到Diff构造函数中: timeout :放弃前映射差异的秒数
【文件预览】:
text-diff-master
----diff.js(47KB)
----COPYING(10KB)
----README.md(4KB)
----package.json(767B)