react-diff-viewer-continued
react-diff-viewer-continued copied to clipboard
feat: Allow Custom Compare Functions
Most changes are copied from this pull request: https://github.com/praneshr/react-diff-viewer/pull/137/files
If a function is passed as lineCompareMethod, this function will be treated as the diff function. Users can pass other functions in the diff library, or pass their own functions.