fiduswriter/diffDOM

Question: Does it visually show the diff result?

gmoniava opened this issue · 1 comments

diff = dd.diff(elementA, elementB)
This returns an object which I can console.log.

But I didn't find in docs, does this lib support to show changes visually, something like generate a final HTML where it shows added elements in green color, removed ones in red, etc.

Closing due to inactivity. I also found issue which seems similar, so I suppose the answer is no.