@shotstack/shotstack-studio 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/{src/core/schemas/edit.d.ts → index.d.ts} +5528 -4061
  2. package/dist/shotstack-studio.es.js +4325 -1387
  3. package/dist/shotstack-studio.umd.js +8 -8
  4. package/package.json +5 -3
  5. package/readme.md +150 -7
  6. package/dist/src/components/canvas/index.d.ts +0 -14
  7. package/dist/src/components/canvas/players/audio-player.d.ts +0 -17
  8. package/dist/src/components/canvas/players/html-player.d.ts +0 -17
  9. package/dist/src/components/canvas/players/image-player.d.ts +0 -15
  10. package/dist/src/components/canvas/players/luma-player.d.ts +0 -18
  11. package/dist/src/components/canvas/players/player.d.ts +0 -76
  12. package/dist/src/components/canvas/players/shape-player.d.ts +0 -15
  13. package/dist/src/components/canvas/players/text-player.d.ts +0 -19
  14. package/dist/src/components/canvas/players/video-player.d.ts +0 -22
  15. package/dist/src/components/canvas/shotstack-canvas.d.ts +0 -25
  16. package/dist/src/components/canvas/system/inspector.d.ts +0 -18
  17. package/dist/src/components/canvas/text/text-cursor.d.ts +0 -47
  18. package/dist/src/components/canvas/text/text-editor.d.ts +0 -43
  19. package/dist/src/components/canvas/text/text-input-handler.d.ts +0 -54
  20. package/dist/src/core/animations/curve-interpolator.d.ts +0 -6
  21. package/dist/src/core/animations/effect-preset-builder.d.ts +0 -18
  22. package/dist/src/core/animations/keyframe-builder.d.ts +0 -12
  23. package/dist/src/core/animations/transition-preset-builder.d.ts +0 -20
  24. package/dist/src/core/commands/add-clip-command.d.ts +0 -14
  25. package/dist/src/core/commands/add-track-command.d.ts +0 -8
  26. package/dist/src/core/commands/delete-clip-command.d.ts +0 -10
  27. package/dist/src/core/commands/delete-track-command.d.ts +0 -9
  28. package/dist/src/core/commands/set-updated-clip-command.d.ts +0 -17
  29. package/dist/src/core/commands/types.d.ts +0 -25
  30. package/dist/src/core/commands/update-text-content-command.d.ts +0 -16
  31. package/dist/src/core/edit.d.ts +0 -52
  32. package/dist/src/core/events/asset-load-tracker.d.ts +0 -16
  33. package/dist/src/core/events/event-emitter.d.ts +0 -10
  34. package/dist/src/core/export/video-exporter.d.ts +0 -17
  35. package/dist/src/core/inputs/controls.d.ts +0 -11
  36. package/dist/src/core/inputs/pointer.d.ts +0 -4
  37. package/dist/src/core/layouts/geometry.d.ts +0 -8
  38. package/dist/src/core/layouts/position-builder.d.ts +0 -8
  39. package/dist/src/core/loaders/asset-loader.d.ts +0 -17
  40. package/dist/src/core/loaders/audio-load-parser.d.ts +0 -11
  41. package/dist/src/core/loaders/font-load-parser.d.ts +0 -13
  42. package/dist/src/core/schemas/asset.d.ts +0 -648
  43. package/dist/src/core/schemas/audio-asset.d.ts +0 -82
  44. package/dist/src/core/schemas/clip.d.ts +0 -1185
  45. package/dist/src/core/schemas/html-asset.d.ts +0 -27
  46. package/dist/src/core/schemas/image-asset.d.ts +0 -57
  47. package/dist/src/core/schemas/keyframe.d.ts +0 -26
  48. package/dist/src/core/schemas/luma-asset.d.ts +0 -13
  49. package/dist/src/core/schemas/shape-asset.d.ts +0 -199
  50. package/dist/src/core/schemas/text-asset.d.ts +0 -155
  51. package/dist/src/core/schemas/track.d.ts +0 -1491
  52. package/dist/src/core/schemas/video-asset.d.ts +0 -126
  53. package/dist/src/core/shared/entity.d.ts +0 -5
  54. package/dist/src/index.d.ts +0 -4
  55. package/dist/src/main.d.ts +0 -1
  56. package/dist/vite.config.d.ts +0 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.