Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 836B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "pspdfkit",
  3. "version": "2024.4.0",
  4. "description": "View and annotate PDF files in your web app. Full support for mobile and desktop. Runs in the browser using WASM.",
  5. "keywords": [
  6. "pdf",
  7. "pdf sdk",
  8. "sdk",
  9. "web-sdk",
  10. "webassembly",
  11. "pdf wasm",
  12. "pdf webassembly",
  13. "react",
  14. "angular",
  15. "vue",
  16. "ember",
  17. "jquery",
  18. "backbone",
  19. "pdf.js"
  20. ],
  21. "author": "PSPDFKit (https://pspdfkit.com)",
  22. "homepage": "https://pspdfkit.com/web",
  23. "license": "SEE LICENSE IN https://pspdfkit.com/legal/License.pdf",
  24. "readme": "https://pspdfkit.com/guides/web",
  25. "bugs": {
  26. "url": "https://pspdfkit.com/guides/web/current/pspdfkit-for-web/troubleshooting"
  27. },
  28. "main": "dist/pspdfkit.js",
  29. "typings": "dist/index.d.ts",
  30. "dependencies": {
  31. "@types/react": "^17.0.39"
  32. }
  33. }