Please send all your feature requests and bug reports to support@nutrient.io.
# 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 thesrcfolder. -
There are two JavaScript examples that don't use frameworks:
javascript.html/src/javascript-app.jsandjavascript-shared.html/src/javascript-shared-app.js.
For a production build issue
npx vite buildThe production build (dist/ folder) can be previewed using:
npx vite previewFor more information see node_modules/@nutrient-sdk/document-authoring/README.md.