@polyrender/example-react#
Vite + React example for @polyrender/react. Demonstrates the <DocumentViewer> component and the useDocumentRenderer headless hook.
Note: This example is still a work in progress. A live demo is coming soon.
Running locally#
# From the monorepo root, build all packages first:
pnpm build
# Then start the Vite dev server:
cd examples/react
pnpm dev
To build for production:
pnpm build
pnpm preview