Question: Does it visually show the diff result?
gmoniava opened this issue · 1 comments
gmoniava commented
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.