You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: