Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 29, 2024 13:58
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/cdc3bdc7742ec3930c74427b06f35bdd to your computer and use it in GitHub Desktop.
Save bjoerntx/cdc3bdc7742ec3930c74427b06f35bdd to your computer and use it in GitHub Desktop.
import DocumentViewer from '@txtextcontrol/tx-react-document-viewer'
function App() {
return (
<DocumentViewer
width="1000px"
height="800px"
basePath="https://backend.textcontrol.com?access-token=your_trial_token"
documentData="SGVsbG8gdGhlcmU=">
</DocumentViewer>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment