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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# offline-diff-viewer
2
2
3
+
A diff viewer that gives you sharable diff view links but does not store your data. (This takes inspiration from typescript playground how it stores your code in url itself) but the for very large data we will be doing end to end encryption just like `excalidraw` so you can still have sharable links without worrying if you should store your enterprise data or not.
4
+
3
5
## Resoning for building yet another diff viewer tool
4
6
5
7
I realise we are missing a diff viewer that is
@@ -61,5 +63,3 @@ $ npm run start
61
63
# generate static project
62
64
$ npm run generate
63
65
```
64
-
65
-
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).
0 commit comments