import { slateDiff } from "slate-diff-js";
console.log(slateDiff([{
type: 'paragraph',
children: [
{
text: '123'
}
]
}], [{
type: 'paragraph',
children: [
{
text: '123456'
}
]
}]));
forked from pubuzhixing8/slate-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
License
electroluxcode/slate-diff-js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 66.0%
- TypeScript 34.0%