Skip to content

Commit

Permalink
chore: update sandbox URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jan 13, 2025
1 parent 09731c5 commit 208eac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const tiptapContent = convertDraftToTiptap.convert(draftContent);

It can be helpful to visualize the conversion process. You can use the visualizer web app to see the conversion process in action. The visualizer allows you to input Draft.js content and see the Tiptap content that is generated, inside a live Tiptap editor.

You can access the visualizer in [CodeSandbox](https://codesandbox.io/p/sandbox/draftjs-to-tiptap-forked-9jh442?file=%2Fsrc%2FconvertFromJSON.ts%3A3%2C34).
You can access the visualizer in [CodeSandbox](https://codesandbox.io/p/sandbox/draftjs-to-tiptap-6d44d3?file=%2Fsrc%2FconvertFromJSON.ts%3A3%2C34).

It's source is available in the `visualizer` directory in this repository.

Expand Down

0 comments on commit 208eac5

Please sign in to comment.