HTML Diffing in JavaScript (CoffeeScript)
npm install @soxhub/htmldiffhtmldiff.js is a js port of the coffeescript port at https://github.com/tnwinc/htmldiff.js
This is diffing that understands HTML. Best suited for cases when you
want to show a diff of user-generated HTML (like from a wysiwyg editor).
##Usage
You use it like this:
`` this is some text this is some more text`
var diffr = require('htmldiff');
console.log(diffr.htmldiff('
And you get:
` this is some more texthtml`
##Module
It should be multi-module aware. ie. it should work as a node.js module
or an AMD (RequireJS) module
Licensed under the MIT License. See the LICENSE` file for details.