Please send all your feature requests and bug reports to [email protected].
# Install the dependencies:
npm install
# Run the example in development mode:
npx vite serve
-
React example: The TypeScript source for the React example (
react.html
) can be found in thesrc
folder. -
There are two JavaScript examples that don't use frameworks:
javascript.html
/src/javascript-app.js
andjavascript-shared.html
/src/javascript-shared-app.js
.
For a production build issue
npx vite build
The production build (dist/
folder) can be previewed using:
npx vite preview
For more information see node_modules/@pspdfkit/document-authoring/README.md
.