Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 29, 2024 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/09ffad92cb158b41a66556c2a25cdf2e to your computer and use it in GitHub Desktop.
Save bjoerntx/09ffad92cb158b41a66556c2a25cdf2e to your computer and use it in GitHub Desktop.
import DocumentEditor from '@txtextcontrol/tx-react-document-editor';
import './App.css';
function App() {
return (
<DocumentEditor
webSocketURL="wss://backend.textcontrol.com/api/TXWebSocket?access-token=your_trial_token"
editMode="Edit">
</DocumentEditor>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment