remotion 3.3.45 → 3.3.51

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 (545) hide show
  1. package/dist/{Clipper.js → cjs/Clipper.js} +2 -2
  2. package/dist/{Composition.js → cjs/Composition.js} +38 -38
  3. package/dist/{CompositionManager.d.ts → cjs/CompositionManager.d.ts} +1 -1
  4. package/dist/{Folder.js → cjs/Folder.js} +6 -6
  5. package/dist/{IFrame.js → cjs/IFrame.js} +4 -4
  6. package/dist/{Img.js → cjs/Img.js} +9 -9
  7. package/dist/{Null.js → cjs/Null.js} +2 -2
  8. package/dist/{RemotionRoot.js → cjs/RemotionRoot.js} +13 -13
  9. package/dist/{Sequence.js → cjs/Sequence.js} +15 -15
  10. package/dist/{Still.d.ts → cjs/Still.d.ts} +1 -1
  11. package/dist/{Still.js → cjs/Still.js} +2 -2
  12. package/dist/{audio → cjs/audio}/Audio.d.ts +2 -2
  13. package/dist/{audio → cjs/audio}/Audio.js +18 -18
  14. package/dist/{audio → cjs/audio}/AudioForDevelopment.d.ts +1 -1
  15. package/dist/{audio → cjs/audio}/AudioForDevelopment.js +22 -22
  16. package/dist/{audio → cjs/audio}/AudioForRendering.d.ts +1 -1
  17. package/dist/{audio → cjs/audio}/AudioForRendering.js +23 -23
  18. package/dist/cjs/audio/index.d.ts +2 -0
  19. package/dist/{audio → cjs/audio}/index.js +2 -2
  20. package/dist/{audio → cjs/audio}/props.d.ts +1 -1
  21. package/dist/{audio → cjs/audio}/shared-audio-tags.d.ts +1 -1
  22. package/dist/{audio → cjs/audio}/use-audio-frame.js +4 -4
  23. package/dist/{config → cjs/config}/input-props.js +3 -3
  24. package/dist/{delay-render.js → cjs/delay-render.js} +5 -5
  25. package/dist/{easing.js → cjs/easing.js} +2 -2
  26. package/dist/{freeze.js → cjs/freeze.js} +4 -4
  27. package/dist/{get-environment.js → cjs/get-environment.js} +2 -2
  28. package/dist/{index.d.ts → cjs/index.d.ts} +31 -31
  29. package/dist/{index.js → cjs/index.js} +45 -45
  30. package/dist/{internals.d.ts → cjs/internals.d.ts} +12 -11
  31. package/dist/cjs/internals.js +101 -0
  32. package/dist/{interpolate-colors.js → cjs/interpolate-colors.js} +2 -2
  33. package/dist/{loading-indicator.js → cjs/loading-indicator.js} +2 -2
  34. package/dist/{loop → cjs/loop}/index.d.ts +1 -1
  35. package/dist/{loop → cjs/loop}/index.js +6 -6
  36. package/dist/{multiple-versions-warning.js → cjs/multiple-versions-warning.js} +7 -7
  37. package/dist/{prefetch.js → cjs/prefetch.js} +6 -6
  38. package/dist/{random.js → cjs/random.js} +1 -0
  39. package/dist/{series → cjs/series}/index.d.ts +1 -1
  40. package/dist/{series → cjs/series}/index.js +6 -6
  41. package/dist/{setup-env-variables.js → cjs/setup-env-variables.js} +3 -3
  42. package/dist/{spring → cjs/spring}/index.d.ts +3 -3
  43. package/dist/{spring → cjs/spring}/index.js +12 -8
  44. package/dist/{spring → cjs/spring}/measure-spring.d.ts +1 -1
  45. package/dist/{spring → cjs/spring}/measure-spring.js +4 -4
  46. package/dist/cjs/test/Img.test.d.ts +1 -0
  47. package/dist/cjs/test/Img.test.js +25 -0
  48. package/dist/cjs/test/absolute-src.test.d.ts +1 -0
  49. package/dist/cjs/test/absolute-src.test.js +18 -0
  50. package/dist/cjs/test/audio-for-rendering.test.d.ts +1 -0
  51. package/dist/cjs/test/audio-for-rendering.test.js +88 -0
  52. package/dist/cjs/test/audio.test.d.ts +1 -0
  53. package/dist/cjs/test/audio.test.js +76 -0
  54. package/dist/cjs/test/bezier.test.d.ts +1 -0
  55. package/dist/cjs/test/bezier.test.js +52 -0
  56. package/dist/cjs/test/composition-rules.test.d.ts +1 -0
  57. package/dist/cjs/test/composition-rules.test.js +30 -0
  58. package/dist/cjs/test/composition-validation.test.d.ts +1 -0
  59. package/dist/cjs/test/composition-validation.test.js +99 -0
  60. package/dist/cjs/test/easing.test.d.ts +1 -0
  61. package/dist/cjs/test/easing.test.js +191 -0
  62. package/dist/cjs/test/expect-to-throw.d.ts +1 -0
  63. package/dist/cjs/test/expect-to-throw.js +15 -0
  64. package/dist/cjs/test/freeze.test.d.ts +1 -0
  65. package/dist/cjs/test/freeze.test.js +65 -0
  66. package/dist/cjs/test/get-asset-file-name.test.d.ts +1 -0
  67. package/dist/cjs/test/get-asset-file-name.test.js +14 -0
  68. package/dist/cjs/test/get-current-time.test.d.ts +1 -0
  69. package/dist/cjs/test/get-current-time.test.js +74 -0
  70. package/dist/cjs/test/input-props.test.d.ts +1 -0
  71. package/dist/cjs/test/input-props.test.js +31 -0
  72. package/dist/cjs/test/interpolate.test.d.ts +1 -0
  73. package/dist/cjs/test/interpolate.test.js +138 -0
  74. package/dist/cjs/test/interpolateColors.test.d.ts +1 -0
  75. package/dist/cjs/test/interpolateColors.test.js +63 -0
  76. package/dist/cjs/test/loop-validation.test.d.ts +1 -0
  77. package/dist/cjs/test/loop-validation.test.js +93 -0
  78. package/dist/cjs/test/measure-spring.test.d.ts +1 -0
  79. package/dist/cjs/test/measure-spring.test.js +45 -0
  80. package/dist/cjs/test/media-validation.test.d.ts +1 -0
  81. package/dist/cjs/test/media-validation.test.js +47 -0
  82. package/dist/cjs/test/nested-sequences.test.d.ts +1 -0
  83. package/dist/cjs/test/nested-sequences.test.js +132 -0
  84. package/dist/cjs/test/not-all-props-in-media-tags.test.d.ts +1 -0
  85. package/dist/cjs/test/not-all-props-in-media-tags.test.js +33 -0
  86. package/dist/cjs/test/random.test.d.ts +1 -0
  87. package/dist/cjs/test/random.test.js +60 -0
  88. package/dist/cjs/test/ready-manager.test.d.ts +1 -0
  89. package/dist/cjs/test/ready-manager.test.js +29 -0
  90. package/dist/cjs/test/render-hook.d.ts +23 -0
  91. package/dist/cjs/test/render-hook.js +27 -0
  92. package/dist/cjs/test/sequence-from-initial-offset.test.d.ts +4 -0
  93. package/dist/cjs/test/sequence-from-initial-offset.test.js +35 -0
  94. package/dist/cjs/test/sequence-validation.test.d.ts +1 -0
  95. package/dist/cjs/test/sequence-validation.test.js +47 -0
  96. package/dist/cjs/test/series.test.d.ts +1 -0
  97. package/dist/cjs/test/series.test.js +110 -0
  98. package/dist/cjs/test/spring.test.d.ts +1 -0
  99. package/dist/cjs/test/spring.test.js +38 -0
  100. package/dist/cjs/test/truthy.test.d.ts +1 -0
  101. package/dist/cjs/test/truthy.test.js +24 -0
  102. package/dist/cjs/test/use-audio-frame.test.d.ts +1 -0
  103. package/dist/cjs/test/use-audio-frame.test.js +78 -0
  104. package/dist/cjs/test/use-media-in-timeline.test.d.ts +1 -0
  105. package/dist/cjs/test/use-media-in-timeline.test.js +74 -0
  106. package/dist/cjs/test/use-media-tag-volume.test.d.ts +1 -0
  107. package/dist/cjs/test/use-media-tag-volume.test.js +49 -0
  108. package/dist/cjs/test/use-sync-volume-with-media-tag.test.d.ts +1 -0
  109. package/dist/cjs/test/use-sync-volume-with-media-tag.test.js +55 -0
  110. package/dist/cjs/test/validate-start-from-props.test.d.ts +1 -0
  111. package/dist/cjs/test/validate-start-from-props.test.js +39 -0
  112. package/dist/cjs/test/video.test.d.ts +1 -0
  113. package/dist/cjs/test/video.test.js +80 -0
  114. package/dist/cjs/test/volume-prop.test.d.ts +1 -0
  115. package/dist/cjs/test/volume-prop.test.js +95 -0
  116. package/dist/cjs/test/wrap-sequence-context.d.ts +6 -0
  117. package/dist/cjs/test/wrap-sequence-context.js +41 -0
  118. package/dist/{use-current-frame.js → cjs/use-current-frame.js} +6 -6
  119. package/dist/{use-lazy-component.d.ts → cjs/use-lazy-component.d.ts} +1 -1
  120. package/dist/{use-media-in-timeline.d.ts → cjs/use-media-in-timeline.d.ts} +1 -1
  121. package/dist/{use-media-in-timeline.js → cjs/use-media-in-timeline.js} +21 -21
  122. package/dist/{use-media-playback.js → cjs/use-media-playback.js} +16 -16
  123. package/dist/{use-sync-volume-with-media-tag.d.ts → cjs/use-sync-volume-with-media-tag.d.ts} +1 -1
  124. package/dist/{use-sync-volume-with-media-tag.js → cjs/use-sync-volume-with-media-tag.js} +4 -4
  125. package/dist/{use-unsafe-video-config.d.ts → cjs/use-unsafe-video-config.d.ts} +1 -1
  126. package/dist/{use-unsafe-video-config.js → cjs/use-unsafe-video-config.js} +4 -4
  127. package/dist/{use-video-config.d.ts → cjs/use-video-config.d.ts} +1 -1
  128. package/dist/{use-video-config.js → cjs/use-video-config.js} +6 -6
  129. package/dist/{use-video.js → cjs/use-video.js} +2 -2
  130. package/dist/cjs/validate-frame.d.ts +1 -0
  131. package/dist/cjs/validate-frame.js +24 -0
  132. package/dist/{validate-media-props.d.ts → cjs/validate-media-props.d.ts} +1 -1
  133. package/dist/cjs/version.d.ts +1 -0
  134. package/dist/{version.js → cjs/version.js} +1 -1
  135. package/dist/{video → cjs/video}/OffthreadVideo.d.ts +1 -1
  136. package/dist/cjs/video/OffthreadVideo.js +33 -0
  137. package/dist/{video → cjs/video}/OffthreadVideoForRendering.d.ts +1 -1
  138. package/dist/{video → cjs/video}/OffthreadVideoForRendering.js +28 -28
  139. package/dist/{video → cjs/video}/Video.d.ts +2 -2
  140. package/dist/{video → cjs/video}/Video.js +16 -16
  141. package/dist/{video → cjs/video}/VideoForDevelopment.d.ts +1 -1
  142. package/dist/{video → cjs/video}/VideoForDevelopment.js +22 -22
  143. package/dist/{video → cjs/video}/VideoForRendering.d.ts +1 -1
  144. package/dist/{video → cjs/video}/VideoForRendering.js +40 -40
  145. package/dist/{video → cjs/video}/get-current-time.js +2 -2
  146. package/dist/{video → cjs/video}/index.d.ts +3 -3
  147. package/dist/{video → cjs/video}/index.js +4 -4
  148. package/dist/{video → cjs/video}/props.d.ts +1 -1
  149. package/dist/cjs/wrap-remotion-context.d.ts +18 -0
  150. package/dist/{wrap-remotion-context.js → cjs/wrap-remotion-context.js} +16 -16
  151. package/dist/esm/AbsoluteFill.d.ts +6 -0
  152. package/dist/esm/AbsoluteFill.js +25 -0
  153. package/dist/esm/CanUseRemotionHooks.d.ts +5 -0
  154. package/dist/esm/CanUseRemotionHooks.js +6 -0
  155. package/dist/esm/Clipper.d.ts +7 -0
  156. package/dist/esm/Clipper.js +20 -0
  157. package/dist/esm/Composition.d.ts +23 -0
  158. package/dist/esm/Composition.js +108 -0
  159. package/dist/esm/CompositionManager.d.ts +82 -0
  160. package/dist/esm/CompositionManager.js +137 -0
  161. package/dist/esm/Folder.d.ts +15 -0
  162. package/dist/esm/Folder.js +29 -0
  163. package/dist/esm/IFrame.d.ts +2 -0
  164. package/dist/esm/IFrame.js +21 -0
  165. package/dist/esm/Img.d.ts +2 -0
  166. package/dist/esm/Img.js +49 -0
  167. package/dist/esm/NativeLayers.d.ts +13 -0
  168. package/dist/esm/NativeLayers.js +25 -0
  169. package/dist/esm/Null.d.ts +2 -0
  170. package/dist/esm/Null.js +21 -0
  171. package/dist/esm/RemotionRoot.d.ts +5 -0
  172. package/dist/esm/RemotionRoot.js +69 -0
  173. package/dist/esm/Sequence.d.ts +29 -0
  174. package/dist/esm/Sequence.js +128 -0
  175. package/dist/esm/Still.d.ts +3 -0
  176. package/dist/esm/Still.js +5 -0
  177. package/dist/esm/absolute-src.d.ts +1 -0
  178. package/dist/esm/absolute-src.js +3 -0
  179. package/dist/esm/asset-types.d.ts +50 -0
  180. package/dist/esm/asset-types.js +1 -0
  181. package/dist/esm/audio/Audio.d.ts +8 -0
  182. package/dist/esm/audio/Audio.js +49 -0
  183. package/dist/esm/audio/AudioForDevelopment.d.ts +11 -0
  184. package/dist/esm/audio/AudioForDevelopment.js +91 -0
  185. package/dist/esm/audio/AudioForRendering.d.ts +10 -0
  186. package/dist/esm/audio/AudioForRendering.js +108 -0
  187. package/dist/esm/audio/index.d.ts +2 -0
  188. package/dist/esm/audio/index.js +2 -0
  189. package/dist/esm/audio/props.d.ts +12 -0
  190. package/dist/esm/audio/props.js +1 -0
  191. package/dist/esm/audio/shared-audio-tags.d.ts +37 -0
  192. package/dist/esm/audio/shared-audio-tags.js +194 -0
  193. package/dist/esm/audio/use-audio-frame.d.ts +6 -0
  194. package/dist/esm/audio/use-audio-frame.js +18 -0
  195. package/dist/esm/bezier.d.ts +1 -0
  196. package/dist/esm/bezier.js +110 -0
  197. package/dist/esm/cancel-render.d.ts +1 -0
  198. package/dist/esm/cancel-render.js +39 -0
  199. package/dist/esm/config/input-props.d.ts +1 -0
  200. package/dist/esm/config/input-props.js +27 -0
  201. package/dist/esm/config.d.ts +285 -0
  202. package/dist/esm/config.js +17 -0
  203. package/dist/esm/default-css.d.ts +3 -0
  204. package/dist/esm/default-css.js +44 -0
  205. package/dist/esm/delay-render.d.ts +14 -0
  206. package/dist/esm/delay-render.js +72 -0
  207. package/dist/esm/easing.d.ts +19 -0
  208. package/dist/esm/easing.js +73 -0
  209. package/dist/esm/freeze.d.ts +7 -0
  210. package/dist/esm/freeze.js +30 -0
  211. package/dist/esm/get-asset-file-name.d.ts +1 -0
  212. package/dist/esm/get-asset-file-name.js +10 -0
  213. package/dist/esm/get-environment.d.ts +3 -0
  214. package/dist/esm/get-environment.js +29 -0
  215. package/dist/esm/get-preview-dom-element.d.ts +1 -0
  216. package/dist/esm/get-preview-dom-element.js +3 -0
  217. package/dist/esm/get-static-files.d.ts +17 -0
  218. package/dist/esm/get-static-files.js +27 -0
  219. package/dist/esm/get-timeline-clip-name.d.ts +1 -0
  220. package/dist/esm/get-timeline-clip-name.js +21 -0
  221. package/dist/esm/index.d.ts +92 -0
  222. package/dist/esm/index.js +41 -0
  223. package/dist/esm/internals.d.ts +99 -0
  224. package/dist/esm/internals.js +75 -0
  225. package/dist/esm/interpolate-colors.d.ts +5 -0
  226. package/dist/esm/interpolate-colors.js +397 -0
  227. package/dist/esm/interpolate.d.ts +18 -0
  228. package/dist/esm/interpolate.js +119 -0
  229. package/dist/esm/is-approximately-the-same.d.ts +1 -0
  230. package/dist/esm/is-approximately-the-same.js +4 -0
  231. package/dist/esm/is-player.d.ts +3 -0
  232. package/dist/esm/is-player.js +9 -0
  233. package/dist/esm/loading-indicator.d.ts +2 -0
  234. package/dist/esm/loading-indicator.js +31 -0
  235. package/dist/esm/loop/index.d.ts +9 -0
  236. package/dist/esm/loop/index.js +25 -0
  237. package/dist/esm/multiple-versions-warning.d.ts +1 -0
  238. package/dist/esm/multiple-versions-warning.js +28 -0
  239. package/dist/esm/nonce.d.ts +7 -0
  240. package/dist/esm/nonce.js +13 -0
  241. package/dist/esm/play-and-handle-not-allowed-error.d.ts +2 -0
  242. package/dist/esm/play-and-handle-not-allowed-error.js +40 -0
  243. package/dist/esm/portal-node.d.ts +1 -0
  244. package/dist/esm/portal-node.js +19 -0
  245. package/dist/esm/prefetch-state.d.ts +8 -0
  246. package/dist/esm/prefetch-state.js +22 -0
  247. package/dist/esm/prefetch.d.ts +9 -0
  248. package/dist/esm/prefetch.js +103 -0
  249. package/dist/esm/random.d.ts +7 -0
  250. package/dist/esm/random.js +38 -0
  251. package/dist/esm/register-root.d.ts +4 -0
  252. package/dist/esm/register-root.js +27 -0
  253. package/dist/esm/series/flatten-children.d.ts +2 -0
  254. package/dist/esm/series/flatten-children.js +12 -0
  255. package/dist/esm/series/index.d.ts +13 -0
  256. package/dist/esm/series/index.js +54 -0
  257. package/dist/esm/setup-env-variables.d.ts +2 -0
  258. package/dist/esm/setup-env-variables.js +32 -0
  259. package/dist/esm/spring/index.d.ts +27 -0
  260. package/dist/esm/spring/index.js +50 -0
  261. package/dist/esm/spring/measure-spring.d.ts +8 -0
  262. package/dist/esm/spring/measure-spring.js +60 -0
  263. package/dist/esm/spring/spring-utils.d.ts +21 -0
  264. package/dist/esm/spring/spring-utils.js +99 -0
  265. package/dist/esm/static-file.d.ts +5 -0
  266. package/dist/esm/static-file.js +29 -0
  267. package/dist/esm/test/Img.test.d.ts +1 -0
  268. package/dist/esm/test/Img.test.js +20 -0
  269. package/dist/esm/test/absolute-src.test.d.ts +1 -0
  270. package/dist/esm/test/absolute-src.test.js +16 -0
  271. package/dist/esm/test/audio-for-rendering.test.d.ts +1 -0
  272. package/dist/esm/test/audio-for-rendering.test.js +83 -0
  273. package/dist/esm/test/audio.test.d.ts +1 -0
  274. package/dist/esm/test/audio.test.js +51 -0
  275. package/dist/esm/test/bezier.test.d.ts +1 -0
  276. package/dist/esm/test/bezier.test.js +50 -0
  277. package/dist/esm/test/composition-rules.test.d.ts +1 -0
  278. package/dist/esm/test/composition-rules.test.js +28 -0
  279. package/dist/esm/test/composition-validation.test.d.ts +1 -0
  280. package/dist/esm/test/composition-validation.test.js +97 -0
  281. package/dist/esm/test/easing.test.d.ts +1 -0
  282. package/dist/esm/test/easing.test.js +189 -0
  283. package/dist/esm/test/expect-to-throw.d.ts +1 -0
  284. package/dist/esm/test/expect-to-throw.js +11 -0
  285. package/dist/esm/test/freeze.test.d.ts +1 -0
  286. package/dist/esm/test/freeze.test.js +63 -0
  287. package/dist/esm/test/get-asset-file-name.test.d.ts +1 -0
  288. package/dist/esm/test/get-asset-file-name.test.js +12 -0
  289. package/dist/esm/test/get-current-time.test.d.ts +1 -0
  290. package/dist/esm/test/get-current-time.test.js +72 -0
  291. package/dist/esm/test/input-props.test.d.ts +1 -0
  292. package/dist/esm/test/input-props.test.js +29 -0
  293. package/dist/esm/test/interpolate.test.d.ts +1 -0
  294. package/dist/esm/test/interpolate.test.js +136 -0
  295. package/dist/esm/test/interpolateColors.test.d.ts +1 -0
  296. package/dist/esm/test/interpolateColors.test.js +61 -0
  297. package/dist/esm/test/loop-validation.test.d.ts +1 -0
  298. package/dist/esm/test/loop-validation.test.js +68 -0
  299. package/dist/esm/test/measure-spring.test.d.ts +1 -0
  300. package/dist/esm/test/measure-spring.test.js +43 -0
  301. package/dist/esm/test/media-validation.test.d.ts +1 -0
  302. package/dist/esm/test/media-validation.test.js +45 -0
  303. package/dist/esm/test/nested-sequences.test.d.ts +1 -0
  304. package/dist/esm/test/nested-sequences.test.js +130 -0
  305. package/dist/esm/test/not-all-props-in-media-tags.test.d.ts +1 -0
  306. package/dist/esm/test/not-all-props-in-media-tags.test.js +28 -0
  307. package/dist/esm/test/random.test.d.ts +1 -0
  308. package/dist/esm/test/random.test.js +58 -0
  309. package/dist/esm/test/ready-manager.test.d.ts +1 -0
  310. package/dist/esm/test/ready-manager.test.js +27 -0
  311. package/dist/esm/test/render-hook.d.ts +23 -0
  312. package/dist/esm/test/render-hook.js +20 -0
  313. package/dist/esm/test/sequence-from-initial-offset.test.d.ts +4 -0
  314. package/dist/esm/test/sequence-from-initial-offset.test.js +33 -0
  315. package/dist/esm/test/sequence-validation.test.d.ts +1 -0
  316. package/dist/esm/test/sequence-validation.test.js +45 -0
  317. package/dist/esm/test/series.test.d.ts +1 -0
  318. package/dist/esm/test/series.test.js +108 -0
  319. package/dist/esm/test/spring.test.d.ts +1 -0
  320. package/dist/esm/test/spring.test.js +36 -0
  321. package/dist/esm/test/truthy.test.d.ts +1 -0
  322. package/dist/esm/test/truthy.test.js +22 -0
  323. package/dist/esm/test/use-audio-frame.test.d.ts +1 -0
  324. package/dist/esm/test/use-audio-frame.test.js +53 -0
  325. package/dist/esm/test/use-media-in-timeline.test.d.ts +1 -0
  326. package/dist/esm/test/use-media-in-timeline.test.js +49 -0
  327. package/dist/esm/test/use-media-tag-volume.test.d.ts +1 -0
  328. package/dist/esm/test/use-media-tag-volume.test.js +44 -0
  329. package/dist/esm/test/use-sync-volume-with-media-tag.test.d.ts +1 -0
  330. package/dist/esm/test/use-sync-volume-with-media-tag.test.js +53 -0
  331. package/dist/esm/test/validate-start-from-props.test.d.ts +1 -0
  332. package/dist/esm/test/validate-start-from-props.test.js +37 -0
  333. package/dist/esm/test/video.test.d.ts +1 -0
  334. package/dist/esm/test/video.test.js +55 -0
  335. package/dist/esm/test/volume-prop.test.d.ts +1 -0
  336. package/dist/esm/test/volume-prop.test.js +93 -0
  337. package/dist/esm/test/wrap-sequence-context.d.ts +6 -0
  338. package/dist/esm/test/wrap-sequence-context.js +37 -0
  339. package/dist/esm/timeline-position-state.d.ts +29 -0
  340. package/dist/esm/timeline-position-state.js +35 -0
  341. package/dist/esm/truthy.d.ts +3 -0
  342. package/dist/esm/truthy.js +3 -0
  343. package/dist/esm/use-current-frame.d.ts +6 -0
  344. package/dist/esm/use-current-frame.js +24 -0
  345. package/dist/esm/use-lazy-component.d.ts +7 -0
  346. package/dist/esm/use-lazy-component.js +22 -0
  347. package/dist/esm/use-media-in-timeline.d.ts +10 -0
  348. package/dist/esm/use-media-in-timeline.js +125 -0
  349. package/dist/esm/use-media-playback.d.ts +10 -0
  350. package/dist/esm/use-media-playback.js +73 -0
  351. package/dist/esm/use-media-tag-volume.d.ts +2 -0
  352. package/dist/esm/use-media-tag-volume.js +27 -0
  353. package/dist/esm/use-sync-volume-with-media-tag.d.ts +10 -0
  354. package/dist/esm/use-sync-volume-with-media-tag.js +17 -0
  355. package/dist/esm/use-unsafe-video-config.d.ts +2 -0
  356. package/dist/esm/use-unsafe-video-config.js +23 -0
  357. package/dist/esm/use-video-config.d.ts +7 -0
  358. package/dist/esm/use-video-config.js +25 -0
  359. package/dist/esm/use-video.d.ts +13 -0
  360. package/dist/esm/use-video.js +24 -0
  361. package/dist/esm/validate-frame.d.ts +1 -0
  362. package/dist/esm/validate-frame.js +20 -0
  363. package/dist/esm/validate-media-props.d.ts +4 -0
  364. package/dist/esm/validate-media-props.js +20 -0
  365. package/dist/esm/validate-start-from-props.d.ts +1 -0
  366. package/dist/esm/validate-start-from-props.js +27 -0
  367. package/dist/esm/validation/validate-composition-id.d.ts +3 -0
  368. package/dist/esm/validation/validate-composition-id.js +8 -0
  369. package/dist/esm/validation/validate-dimensions.d.ts +1 -0
  370. package/dist/esm/validation/validate-dimensions.js +17 -0
  371. package/dist/esm/validation/validate-duration-in-frames.d.ts +1 -0
  372. package/dist/esm/validation/validate-duration-in-frames.js +11 -0
  373. package/dist/esm/validation/validate-folder-name.d.ts +3 -0
  374. package/dist/esm/validation/validate-folder-name.js +14 -0
  375. package/dist/esm/validation/validate-fps.d.ts +1 -0
  376. package/dist/esm/validation/validate-fps.js +17 -0
  377. package/dist/esm/validation/validate-offthreadvideo-image-format.d.ts +1 -0
  378. package/dist/esm/validation/validate-offthreadvideo-image-format.js +11 -0
  379. package/dist/esm/validation/validation-spring-duration.d.ts +1 -0
  380. package/dist/esm/validation/validation-spring-duration.js +17 -0
  381. package/dist/esm/version.d.ts +1 -0
  382. package/dist/esm/version.js +2 -0
  383. package/dist/esm/video/OffthreadVideo.d.ts +3 -0
  384. package/dist/esm/video/OffthreadVideo.js +29 -0
  385. package/dist/esm/video/OffthreadVideoForRendering.d.ts +3 -0
  386. package/dist/esm/video/OffthreadVideoForRendering.js +100 -0
  387. package/dist/esm/video/Video.d.ts +8 -0
  388. package/dist/esm/video/Video.js +47 -0
  389. package/dist/esm/video/VideoForDevelopment.d.ts +11 -0
  390. package/dist/esm/video/VideoForDevelopment.js +110 -0
  391. package/dist/esm/video/VideoForRendering.d.ts +10 -0
  392. package/dist/esm/video/VideoForRendering.js +200 -0
  393. package/dist/esm/video/duration-state.d.ts +17 -0
  394. package/dist/esm/video/duration-state.js +29 -0
  395. package/dist/esm/video/get-current-time.d.ts +13 -0
  396. package/dist/esm/video/get-current-time.js +26 -0
  397. package/dist/esm/video/index.d.ts +3 -0
  398. package/dist/esm/video/index.js +2 -0
  399. package/dist/esm/video/props.d.ts +25 -0
  400. package/dist/esm/video/props.js +1 -0
  401. package/dist/esm/video/video-fragment.d.ts +12 -0
  402. package/dist/esm/video/video-fragment.js +55 -0
  403. package/dist/esm/video-config.d.ts +8 -0
  404. package/dist/esm/video-config.js +1 -0
  405. package/dist/esm/volume-position-state.d.ts +19 -0
  406. package/dist/esm/volume-position-state.js +27 -0
  407. package/dist/esm/volume-prop.d.ts +7 -0
  408. package/dist/esm/volume-prop.js +20 -0
  409. package/dist/esm/warn-about-non-seekable-media.d.ts +1 -0
  410. package/dist/esm/warn-about-non-seekable-media.js +30 -0
  411. package/dist/esm/wrap-remotion-context.d.ts +18 -0
  412. package/dist/esm/wrap-remotion-context.js +45 -0
  413. package/dist/tsconfig-cjs.tsbuildinfo +1 -0
  414. package/package.json +21 -9
  415. package/tsconfig-cjs.json +11 -0
  416. package/tsconfig.json +3 -3
  417. package/dist/LayerMaster.d.ts +0 -8
  418. package/dist/LayerMaster.js +0 -39
  419. package/dist/Satori.d.ts +0 -5
  420. package/dist/Satori.js +0 -92
  421. package/dist/audio/index.d.ts +0 -2
  422. package/dist/get-compositions-from-markup.d.ts +0 -3
  423. package/dist/get-compositions-from-markup.js +0 -19
  424. package/dist/internals.js +0 -99
  425. package/dist/layers.d.ts +0 -24
  426. package/dist/layers.js +0 -149
  427. package/dist/version.d.ts +0 -1
  428. package/dist/video/NativeVideo.d.ts +0 -5
  429. package/dist/video/NativeVideo.js +0 -33
  430. package/dist/video/NativeVideoForRendering.d.ts +0 -8
  431. package/dist/video/NativeVideoForRendering.js +0 -14
  432. package/dist/video/OffthreadVideo.js +0 -33
  433. package/dist/wrap-remotion-context.d.ts +0 -18
  434. /package/dist/{AbsoluteFill.d.ts → cjs/AbsoluteFill.d.ts} +0 -0
  435. /package/dist/{AbsoluteFill.js → cjs/AbsoluteFill.js} +0 -0
  436. /package/dist/{CanUseRemotionHooks.d.ts → cjs/CanUseRemotionHooks.d.ts} +0 -0
  437. /package/dist/{CanUseRemotionHooks.js → cjs/CanUseRemotionHooks.js} +0 -0
  438. /package/dist/{Clipper.d.ts → cjs/Clipper.d.ts} +0 -0
  439. /package/dist/{Composition.d.ts → cjs/Composition.d.ts} +0 -0
  440. /package/dist/{CompositionManager.js → cjs/CompositionManager.js} +0 -0
  441. /package/dist/{Folder.d.ts → cjs/Folder.d.ts} +0 -0
  442. /package/dist/{IFrame.d.ts → cjs/IFrame.d.ts} +0 -0
  443. /package/dist/{Img.d.ts → cjs/Img.d.ts} +0 -0
  444. /package/dist/{NativeLayers.d.ts → cjs/NativeLayers.d.ts} +0 -0
  445. /package/dist/{NativeLayers.js → cjs/NativeLayers.js} +0 -0
  446. /package/dist/{Null.d.ts → cjs/Null.d.ts} +0 -0
  447. /package/dist/{RemotionRoot.d.ts → cjs/RemotionRoot.d.ts} +0 -0
  448. /package/dist/{Sequence.d.ts → cjs/Sequence.d.ts} +0 -0
  449. /package/dist/{absolute-src.d.ts → cjs/absolute-src.d.ts} +0 -0
  450. /package/dist/{absolute-src.js → cjs/absolute-src.js} +0 -0
  451. /package/dist/{asset-types.d.ts → cjs/asset-types.d.ts} +0 -0
  452. /package/dist/{asset-types.js → cjs/asset-types.js} +0 -0
  453. /package/dist/{audio → cjs/audio}/props.js +0 -0
  454. /package/dist/{audio → cjs/audio}/shared-audio-tags.js +0 -0
  455. /package/dist/{audio → cjs/audio}/use-audio-frame.d.ts +0 -0
  456. /package/dist/{bezier.d.ts → cjs/bezier.d.ts} +0 -0
  457. /package/dist/{bezier.js → cjs/bezier.js} +0 -0
  458. /package/dist/{cancel-render.d.ts → cjs/cancel-render.d.ts} +0 -0
  459. /package/dist/{cancel-render.js → cjs/cancel-render.js} +0 -0
  460. /package/dist/{config → cjs/config}/input-props.d.ts +0 -0
  461. /package/dist/{config.d.ts → cjs/config.d.ts} +0 -0
  462. /package/dist/{config.js → cjs/config.js} +0 -0
  463. /package/dist/{default-css.d.ts → cjs/default-css.d.ts} +0 -0
  464. /package/dist/{default-css.js → cjs/default-css.js} +0 -0
  465. /package/dist/{delay-render.d.ts → cjs/delay-render.d.ts} +0 -0
  466. /package/dist/{easing.d.ts → cjs/easing.d.ts} +0 -0
  467. /package/dist/{freeze.d.ts → cjs/freeze.d.ts} +0 -0
  468. /package/dist/{get-asset-file-name.d.ts → cjs/get-asset-file-name.d.ts} +0 -0
  469. /package/dist/{get-asset-file-name.js → cjs/get-asset-file-name.js} +0 -0
  470. /package/dist/{get-environment.d.ts → cjs/get-environment.d.ts} +0 -0
  471. /package/dist/{get-preview-dom-element.d.ts → cjs/get-preview-dom-element.d.ts} +0 -0
  472. /package/dist/{get-preview-dom-element.js → cjs/get-preview-dom-element.js} +0 -0
  473. /package/dist/{get-static-files.d.ts → cjs/get-static-files.d.ts} +0 -0
  474. /package/dist/{get-static-files.js → cjs/get-static-files.js} +0 -0
  475. /package/dist/{get-timeline-clip-name.d.ts → cjs/get-timeline-clip-name.d.ts} +0 -0
  476. /package/dist/{get-timeline-clip-name.js → cjs/get-timeline-clip-name.js} +0 -0
  477. /package/dist/{interpolate-colors.d.ts → cjs/interpolate-colors.d.ts} +0 -0
  478. /package/dist/{interpolate.d.ts → cjs/interpolate.d.ts} +0 -0
  479. /package/dist/{interpolate.js → cjs/interpolate.js} +0 -0
  480. /package/dist/{is-approximately-the-same.d.ts → cjs/is-approximately-the-same.d.ts} +0 -0
  481. /package/dist/{is-approximately-the-same.js → cjs/is-approximately-the-same.js} +0 -0
  482. /package/dist/{is-player.d.ts → cjs/is-player.d.ts} +0 -0
  483. /package/dist/{is-player.js → cjs/is-player.js} +0 -0
  484. /package/dist/{loading-indicator.d.ts → cjs/loading-indicator.d.ts} +0 -0
  485. /package/dist/{multiple-versions-warning.d.ts → cjs/multiple-versions-warning.d.ts} +0 -0
  486. /package/dist/{nonce.d.ts → cjs/nonce.d.ts} +0 -0
  487. /package/dist/{nonce.js → cjs/nonce.js} +0 -0
  488. /package/dist/{play-and-handle-not-allowed-error.d.ts → cjs/play-and-handle-not-allowed-error.d.ts} +0 -0
  489. /package/dist/{play-and-handle-not-allowed-error.js → cjs/play-and-handle-not-allowed-error.js} +0 -0
  490. /package/dist/{portal-node.d.ts → cjs/portal-node.d.ts} +0 -0
  491. /package/dist/{portal-node.js → cjs/portal-node.js} +0 -0
  492. /package/dist/{prefetch-state.d.ts → cjs/prefetch-state.d.ts} +0 -0
  493. /package/dist/{prefetch-state.js → cjs/prefetch-state.js} +0 -0
  494. /package/dist/{prefetch.d.ts → cjs/prefetch.d.ts} +0 -0
  495. /package/dist/{random.d.ts → cjs/random.d.ts} +0 -0
  496. /package/dist/{register-root.d.ts → cjs/register-root.d.ts} +0 -0
  497. /package/dist/{register-root.js → cjs/register-root.js} +0 -0
  498. /package/dist/{series → cjs/series}/flatten-children.d.ts +0 -0
  499. /package/dist/{series → cjs/series}/flatten-children.js +0 -0
  500. /package/dist/{setup-env-variables.d.ts → cjs/setup-env-variables.d.ts} +0 -0
  501. /package/dist/{spring → cjs/spring}/spring-utils.d.ts +0 -0
  502. /package/dist/{spring → cjs/spring}/spring-utils.js +0 -0
  503. /package/dist/{static-file.d.ts → cjs/static-file.d.ts} +0 -0
  504. /package/dist/{static-file.js → cjs/static-file.js} +0 -0
  505. /package/dist/{timeline-position-state.d.ts → cjs/timeline-position-state.d.ts} +0 -0
  506. /package/dist/{timeline-position-state.js → cjs/timeline-position-state.js} +0 -0
  507. /package/dist/{truthy.d.ts → cjs/truthy.d.ts} +0 -0
  508. /package/dist/{truthy.js → cjs/truthy.js} +0 -0
  509. /package/dist/{use-current-frame.d.ts → cjs/use-current-frame.d.ts} +0 -0
  510. /package/dist/{use-lazy-component.js → cjs/use-lazy-component.js} +0 -0
  511. /package/dist/{use-media-playback.d.ts → cjs/use-media-playback.d.ts} +0 -0
  512. /package/dist/{use-media-tag-volume.d.ts → cjs/use-media-tag-volume.d.ts} +0 -0
  513. /package/dist/{use-media-tag-volume.js → cjs/use-media-tag-volume.js} +0 -0
  514. /package/dist/{use-video.d.ts → cjs/use-video.d.ts} +0 -0
  515. /package/dist/{validate-media-props.js → cjs/validate-media-props.js} +0 -0
  516. /package/dist/{validate-start-from-props.d.ts → cjs/validate-start-from-props.d.ts} +0 -0
  517. /package/dist/{validate-start-from-props.js → cjs/validate-start-from-props.js} +0 -0
  518. /package/dist/{validation → cjs/validation}/validate-composition-id.d.ts +0 -0
  519. /package/dist/{validation → cjs/validation}/validate-composition-id.js +0 -0
  520. /package/dist/{validation → cjs/validation}/validate-dimensions.d.ts +0 -0
  521. /package/dist/{validation → cjs/validation}/validate-dimensions.js +0 -0
  522. /package/dist/{validation → cjs/validation}/validate-duration-in-frames.d.ts +0 -0
  523. /package/dist/{validation → cjs/validation}/validate-duration-in-frames.js +0 -0
  524. /package/dist/{validation → cjs/validation}/validate-folder-name.d.ts +0 -0
  525. /package/dist/{validation → cjs/validation}/validate-folder-name.js +0 -0
  526. /package/dist/{validation → cjs/validation}/validate-fps.d.ts +0 -0
  527. /package/dist/{validation → cjs/validation}/validate-fps.js +0 -0
  528. /package/dist/{validation → cjs/validation}/validate-offthreadvideo-image-format.d.ts +0 -0
  529. /package/dist/{validation → cjs/validation}/validate-offthreadvideo-image-format.js +0 -0
  530. /package/dist/{validation → cjs/validation}/validation-spring-duration.d.ts +0 -0
  531. /package/dist/{validation → cjs/validation}/validation-spring-duration.js +0 -0
  532. /package/dist/{video → cjs/video}/duration-state.d.ts +0 -0
  533. /package/dist/{video → cjs/video}/duration-state.js +0 -0
  534. /package/dist/{video → cjs/video}/get-current-time.d.ts +0 -0
  535. /package/dist/{video → cjs/video}/props.js +0 -0
  536. /package/dist/{video → cjs/video}/video-fragment.d.ts +0 -0
  537. /package/dist/{video → cjs/video}/video-fragment.js +0 -0
  538. /package/dist/{video-config.d.ts → cjs/video-config.d.ts} +0 -0
  539. /package/dist/{video-config.js → cjs/video-config.js} +0 -0
  540. /package/dist/{volume-position-state.d.ts → cjs/volume-position-state.d.ts} +0 -0
  541. /package/dist/{volume-position-state.js → cjs/volume-position-state.js} +0 -0
  542. /package/dist/{volume-prop.d.ts → cjs/volume-prop.d.ts} +0 -0
  543. /package/dist/{volume-prop.js → cjs/volume-prop.js} +0 -0
  544. /package/dist/{warn-about-non-seekable-media.d.ts → cjs/warn-about-non-seekable-media.d.ts} +0 -0
  545. /package/dist/{warn-about-non-seekable-media.js → cjs/warn-about-non-seekable-media.js} +0 -0
@@ -0,0 +1,397 @@
1
+ /**
2
+ * Copied from:
3
+ * https://github.com/software-mansion/react-native-reanimated/blob/master/src/reanimated2/Colors.ts
4
+ */
5
+ /* eslint no-bitwise: 0 */
6
+ import { interpolate } from './interpolate.js';
7
+ // var INTEGER = '[-+]?\\d+';
8
+ const NUMBER = '[-+]?\\d*\\.?\\d+';
9
+ const PERCENTAGE = NUMBER + '%';
10
+ function call(...args) {
11
+ return '\\(\\s*(' + args.join(')\\s*,\\s*(') + ')\\s*\\)';
12
+ }
13
+ function getMatchers() {
14
+ const cachedMatchers = {
15
+ rgb: undefined,
16
+ rgba: undefined,
17
+ hsl: undefined,
18
+ hsla: undefined,
19
+ hex3: undefined,
20
+ hex4: undefined,
21
+ hex5: undefined,
22
+ hex6: undefined,
23
+ hex8: undefined,
24
+ };
25
+ if (cachedMatchers.rgb === undefined) {
26
+ cachedMatchers.rgb = new RegExp('rgb' + call(NUMBER, NUMBER, NUMBER));
27
+ cachedMatchers.rgba = new RegExp('rgba' + call(NUMBER, NUMBER, NUMBER, NUMBER));
28
+ cachedMatchers.hsl = new RegExp('hsl' + call(NUMBER, PERCENTAGE, PERCENTAGE));
29
+ cachedMatchers.hsla = new RegExp('hsla' + call(NUMBER, PERCENTAGE, PERCENTAGE, NUMBER));
30
+ cachedMatchers.hex3 = /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/;
31
+ cachedMatchers.hex4 =
32
+ /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/;
33
+ cachedMatchers.hex6 = /^#([0-9a-fA-F]{6})$/;
34
+ cachedMatchers.hex8 = /^#([0-9a-fA-F]{8})$/;
35
+ }
36
+ return cachedMatchers;
37
+ }
38
+ function hue2rgb(p, q, t) {
39
+ if (t < 0) {
40
+ t += 1;
41
+ }
42
+ if (t > 1) {
43
+ t -= 1;
44
+ }
45
+ if (t < 1 / 6) {
46
+ return p + (q - p) * 6 * t;
47
+ }
48
+ if (t < 1 / 2) {
49
+ return q;
50
+ }
51
+ if (t < 2 / 3) {
52
+ return p + (q - p) * (2 / 3 - t) * 6;
53
+ }
54
+ return p;
55
+ }
56
+ function hslToRgb(h, s, l) {
57
+ const q = l < 0.5 ? l * (1 + s) : l + s - l * s;
58
+ const p = 2 * l - q;
59
+ const r = hue2rgb(p, q, h + 1 / 3);
60
+ const g = hue2rgb(p, q, h);
61
+ const b = hue2rgb(p, q, h - 1 / 3);
62
+ return ((Math.round(r * 255) << 24) |
63
+ (Math.round(g * 255) << 16) |
64
+ (Math.round(b * 255) << 8));
65
+ }
66
+ function parse255(str) {
67
+ const int = Number.parseInt(str, 10);
68
+ if (int < 0) {
69
+ return 0;
70
+ }
71
+ if (int > 255) {
72
+ return 255;
73
+ }
74
+ return int;
75
+ }
76
+ function parse360(str) {
77
+ const int = Number.parseFloat(str);
78
+ return (((int % 360) + 360) % 360) / 360;
79
+ }
80
+ function parse1(str) {
81
+ const num = Number.parseFloat(str);
82
+ if (num < 0) {
83
+ return 0;
84
+ }
85
+ if (num > 1) {
86
+ return 255;
87
+ }
88
+ return Math.round(num * 255);
89
+ }
90
+ function parsePercentage(str) {
91
+ // parseFloat conveniently ignores the final %
92
+ const int = Number.parseFloat(str);
93
+ if (int < 0) {
94
+ return 0;
95
+ }
96
+ if (int > 100) {
97
+ return 1;
98
+ }
99
+ return int / 100;
100
+ }
101
+ const names = {
102
+ transparent: 0x00000000,
103
+ // http://www.w3.org/TR/css3-color/#svg-color
104
+ aliceblue: 0xf0f8ffff,
105
+ antiquewhite: 0xfaebd7ff,
106
+ aqua: 0x00ffffff,
107
+ aquamarine: 0x7fffd4ff,
108
+ azure: 0xf0ffffff,
109
+ beige: 0xf5f5dcff,
110
+ bisque: 0xffe4c4ff,
111
+ black: 0x000000ff,
112
+ blanchedalmond: 0xffebcdff,
113
+ blue: 0x0000ffff,
114
+ blueviolet: 0x8a2be2ff,
115
+ brown: 0xa52a2aff,
116
+ burlywood: 0xdeb887ff,
117
+ burntsienna: 0xea7e5dff,
118
+ cadetblue: 0x5f9ea0ff,
119
+ chartreuse: 0x7fff00ff,
120
+ chocolate: 0xd2691eff,
121
+ coral: 0xff7f50ff,
122
+ cornflowerblue: 0x6495edff,
123
+ cornsilk: 0xfff8dcff,
124
+ crimson: 0xdc143cff,
125
+ cyan: 0x00ffffff,
126
+ darkblue: 0x00008bff,
127
+ darkcyan: 0x008b8bff,
128
+ darkgoldenrod: 0xb8860bff,
129
+ darkgray: 0xa9a9a9ff,
130
+ darkgreen: 0x006400ff,
131
+ darkgrey: 0xa9a9a9ff,
132
+ darkkhaki: 0xbdb76bff,
133
+ darkmagenta: 0x8b008bff,
134
+ darkolivegreen: 0x556b2fff,
135
+ darkorange: 0xff8c00ff,
136
+ darkorchid: 0x9932ccff,
137
+ darkred: 0x8b0000ff,
138
+ darksalmon: 0xe9967aff,
139
+ darkseagreen: 0x8fbc8fff,
140
+ darkslateblue: 0x483d8bff,
141
+ darkslategray: 0x2f4f4fff,
142
+ darkslategrey: 0x2f4f4fff,
143
+ darkturquoise: 0x00ced1ff,
144
+ darkviolet: 0x9400d3ff,
145
+ deeppink: 0xff1493ff,
146
+ deepskyblue: 0x00bfffff,
147
+ dimgray: 0x696969ff,
148
+ dimgrey: 0x696969ff,
149
+ dodgerblue: 0x1e90ffff,
150
+ firebrick: 0xb22222ff,
151
+ floralwhite: 0xfffaf0ff,
152
+ forestgreen: 0x228b22ff,
153
+ fuchsia: 0xff00ffff,
154
+ gainsboro: 0xdcdcdcff,
155
+ ghostwhite: 0xf8f8ffff,
156
+ gold: 0xffd700ff,
157
+ goldenrod: 0xdaa520ff,
158
+ gray: 0x808080ff,
159
+ green: 0x008000ff,
160
+ greenyellow: 0xadff2fff,
161
+ grey: 0x808080ff,
162
+ honeydew: 0xf0fff0ff,
163
+ hotpink: 0xff69b4ff,
164
+ indianred: 0xcd5c5cff,
165
+ indigo: 0x4b0082ff,
166
+ ivory: 0xfffff0ff,
167
+ khaki: 0xf0e68cff,
168
+ lavender: 0xe6e6faff,
169
+ lavenderblush: 0xfff0f5ff,
170
+ lawngreen: 0x7cfc00ff,
171
+ lemonchiffon: 0xfffacdff,
172
+ lightblue: 0xadd8e6ff,
173
+ lightcoral: 0xf08080ff,
174
+ lightcyan: 0xe0ffffff,
175
+ lightgoldenrodyellow: 0xfafad2ff,
176
+ lightgray: 0xd3d3d3ff,
177
+ lightgreen: 0x90ee90ff,
178
+ lightgrey: 0xd3d3d3ff,
179
+ lightpink: 0xffb6c1ff,
180
+ lightsalmon: 0xffa07aff,
181
+ lightseagreen: 0x20b2aaff,
182
+ lightskyblue: 0x87cefaff,
183
+ lightslategray: 0x778899ff,
184
+ lightslategrey: 0x778899ff,
185
+ lightsteelblue: 0xb0c4deff,
186
+ lightyellow: 0xffffe0ff,
187
+ lime: 0x00ff00ff,
188
+ limegreen: 0x32cd32ff,
189
+ linen: 0xfaf0e6ff,
190
+ magenta: 0xff00ffff,
191
+ maroon: 0x800000ff,
192
+ mediumaquamarine: 0x66cdaaff,
193
+ mediumblue: 0x0000cdff,
194
+ mediumorchid: 0xba55d3ff,
195
+ mediumpurple: 0x9370dbff,
196
+ mediumseagreen: 0x3cb371ff,
197
+ mediumslateblue: 0x7b68eeff,
198
+ mediumspringgreen: 0x00fa9aff,
199
+ mediumturquoise: 0x48d1ccff,
200
+ mediumvioletred: 0xc71585ff,
201
+ midnightblue: 0x191970ff,
202
+ mintcream: 0xf5fffaff,
203
+ mistyrose: 0xffe4e1ff,
204
+ moccasin: 0xffe4b5ff,
205
+ navajowhite: 0xffdeadff,
206
+ navy: 0x000080ff,
207
+ oldlace: 0xfdf5e6ff,
208
+ olive: 0x808000ff,
209
+ olivedrab: 0x6b8e23ff,
210
+ orange: 0xffa500ff,
211
+ orangered: 0xff4500ff,
212
+ orchid: 0xda70d6ff,
213
+ palegoldenrod: 0xeee8aaff,
214
+ palegreen: 0x98fb98ff,
215
+ paleturquoise: 0xafeeeeff,
216
+ palevioletred: 0xdb7093ff,
217
+ papayawhip: 0xffefd5ff,
218
+ peachpuff: 0xffdab9ff,
219
+ peru: 0xcd853fff,
220
+ pink: 0xffc0cbff,
221
+ plum: 0xdda0ddff,
222
+ powderblue: 0xb0e0e6ff,
223
+ purple: 0x800080ff,
224
+ rebeccapurple: 0x663399ff,
225
+ red: 0xff0000ff,
226
+ rosybrown: 0xbc8f8fff,
227
+ royalblue: 0x4169e1ff,
228
+ saddlebrown: 0x8b4513ff,
229
+ salmon: 0xfa8072ff,
230
+ sandybrown: 0xf4a460ff,
231
+ seagreen: 0x2e8b57ff,
232
+ seashell: 0xfff5eeff,
233
+ sienna: 0xa0522dff,
234
+ silver: 0xc0c0c0ff,
235
+ skyblue: 0x87ceebff,
236
+ slateblue: 0x6a5acdff,
237
+ slategray: 0x708090ff,
238
+ slategrey: 0x708090ff,
239
+ snow: 0xfffafaff,
240
+ springgreen: 0x00ff7fff,
241
+ steelblue: 0x4682b4ff,
242
+ tan: 0xd2b48cff,
243
+ teal: 0x008080ff,
244
+ thistle: 0xd8bfd8ff,
245
+ tomato: 0xff6347ff,
246
+ turquoise: 0x40e0d0ff,
247
+ violet: 0xee82eeff,
248
+ wheat: 0xf5deb3ff,
249
+ white: 0xffffffff,
250
+ whitesmoke: 0xf5f5f5ff,
251
+ yellow: 0xffff00ff,
252
+ yellowgreen: 0x9acd32ff,
253
+ };
254
+ function normalizeColor(color) {
255
+ const matchers = getMatchers();
256
+ let match;
257
+ // Ordered based on occurrences on Facebook codebase
258
+ if (matchers.hex6) {
259
+ if ((match = matchers.hex6.exec(color))) {
260
+ return Number.parseInt(match[1] + 'ff', 16) >>> 0;
261
+ }
262
+ }
263
+ if (names[color] !== undefined) {
264
+ return names[color];
265
+ }
266
+ if (matchers.rgb) {
267
+ if ((match = matchers.rgb.exec(color))) {
268
+ return (
269
+ // b
270
+ ((parse255(match[1]) << 24) | // r
271
+ (parse255(match[2]) << 16) | // g
272
+ (parse255(match[3]) << 8) |
273
+ 0x000000ff) >>> // a
274
+ 0);
275
+ }
276
+ }
277
+ if (matchers.rgba) {
278
+ if ((match = matchers.rgba.exec(color))) {
279
+ return (
280
+ // b
281
+ ((parse255(match[1]) << 24) | // r
282
+ (parse255(match[2]) << 16) | // g
283
+ (parse255(match[3]) << 8) |
284
+ parse1(match[4])) >>> // a
285
+ 0);
286
+ }
287
+ }
288
+ if (matchers.hex3) {
289
+ if ((match = matchers.hex3.exec(color))) {
290
+ return (Number.parseInt(match[1] +
291
+ match[1] + // r
292
+ match[2] +
293
+ match[2] + // g
294
+ match[3] +
295
+ match[3] + // b
296
+ 'ff', // a
297
+ 16) >>> 0);
298
+ }
299
+ }
300
+ // https://drafts.csswg.org/css-color-4/#hex-notation
301
+ if (matchers.hex8) {
302
+ if ((match = matchers.hex8.exec(color))) {
303
+ return Number.parseInt(match[1], 16) >>> 0;
304
+ }
305
+ }
306
+ if (matchers.hex4) {
307
+ if ((match = matchers.hex4.exec(color))) {
308
+ return (Number.parseInt(match[1] +
309
+ match[1] + // r
310
+ match[2] +
311
+ match[2] + // g
312
+ match[3] +
313
+ match[3] + // b
314
+ match[4] +
315
+ match[4], // a
316
+ 16) >>> 0);
317
+ }
318
+ }
319
+ if (matchers.hsl) {
320
+ if ((match = matchers.hsl.exec(color))) {
321
+ return ((hslToRgb(parse360(match[1]), // h
322
+ parsePercentage(match[2]), // s
323
+ parsePercentage(match[3]) // l
324
+ ) |
325
+ 0x000000ff) >>> // a
326
+ 0);
327
+ }
328
+ }
329
+ if (matchers.hsla) {
330
+ if ((match = matchers.hsla.exec(color))) {
331
+ return ((hslToRgb(parse360(match[1]), // h
332
+ parsePercentage(match[2]), // s
333
+ parsePercentage(match[3]) // l
334
+ ) |
335
+ parse1(match[4])) >>> // a
336
+ 0);
337
+ }
338
+ }
339
+ throw new Error(`invalid color string ${color} provided`);
340
+ }
341
+ const opacity = (c) => {
342
+ return ((c >> 24) & 255) / 255;
343
+ };
344
+ const red = (c) => {
345
+ return (c >> 16) & 255;
346
+ };
347
+ const green = (c) => {
348
+ return (c >> 8) & 255;
349
+ };
350
+ const blue = (c) => {
351
+ return c & 255;
352
+ };
353
+ const rgbaColor = (r, g, b, alpha) => {
354
+ return `rgba(${r}, ${g}, ${b}, ${alpha})`;
355
+ };
356
+ function processColorInitially(color) {
357
+ let normalizedColor = normalizeColor(color);
358
+ normalizedColor = ((normalizedColor << 24) | (normalizedColor >>> 8)) >>> 0; // argb
359
+ return normalizedColor;
360
+ }
361
+ function processColor(color) {
362
+ const normalizedColor = processColorInitially(color);
363
+ return normalizedColor;
364
+ }
365
+ const interpolateColorsRGB = (value, inputRange, colors) => {
366
+ const [r, g, b, a] = [red, green, blue, opacity].map((f) => {
367
+ const unrounded = interpolate(value, inputRange, colors.map((c) => f(c)), {
368
+ extrapolateLeft: 'clamp',
369
+ extrapolateRight: 'clamp',
370
+ });
371
+ if (f === opacity) {
372
+ return Number(unrounded.toFixed(3));
373
+ }
374
+ return Math.round(unrounded);
375
+ });
376
+ return rgbaColor(r, g, b, a);
377
+ };
378
+ export const interpolateColors = (input, inputRange, outputRange) => {
379
+ if (typeof input === 'undefined') {
380
+ throw new TypeError('input can not be undefined');
381
+ }
382
+ if (typeof inputRange === 'undefined') {
383
+ throw new TypeError('inputRange can not be undefined');
384
+ }
385
+ if (typeof outputRange === 'undefined') {
386
+ throw new TypeError('outputRange can not be undefined');
387
+ }
388
+ if (inputRange.length !== outputRange.length) {
389
+ throw new TypeError('inputRange (' +
390
+ inputRange.length +
391
+ ' values provided) and outputRange (' +
392
+ outputRange.length +
393
+ ' values provided) must have the same length');
394
+ }
395
+ const processedOutputRange = outputRange.map((c) => processColor(c));
396
+ return interpolateColorsRGB(input, inputRange, processedOutputRange);
397
+ };
@@ -0,0 +1,18 @@
1
+ declare type ExtrapolateType = 'extend' | 'identity' | 'clamp';
2
+ /**
3
+ * Map a value from an input range to an output range.
4
+ * @link https://www.remotion.dev/docs/interpolate
5
+ * @param {!number} input value to interpolate
6
+ * @param {!number[]} inputRange range of values that you expect the input to assume.
7
+ * @param {!number[]} outputRange range of output values that you want the input to map to.
8
+ * @param {?object} options
9
+ * @param {?Function} options.easing easing function which allows you to customize the input, for example to apply a certain easing function. By default, the input is left unmodified, resulting in a pure linear interpolation {@link https://www.remotion.dev/docs/easing}
10
+ * @param {string=} [options.extrapolateLeft="extend"] What should happen if the input value is outside left the input range, default: "extend" {@link https://www.remotion.dev/docs/interpolate#extrapolateleft}
11
+ * @param {string=} [options.extrapolateRight="extend"] Same as extrapolateLeft, except for values outside right the input range {@link https://www.remotion.dev/docs/interpolate#extrapolateright}
12
+ */
13
+ export declare function interpolate(input: number, inputRange: readonly number[], outputRange: readonly number[], options?: {
14
+ easing?: (input: number) => number;
15
+ extrapolateLeft?: ExtrapolateType;
16
+ extrapolateRight?: ExtrapolateType;
17
+ }): number;
18
+ export {};
@@ -0,0 +1,119 @@
1
+ // Taken from https://github.com/facebook/react-native/blob/0b9ea60b4fee8cacc36e7160e31b91fc114dbc0d/Libraries/Animated/src/nodes/AnimatedInterpolation.js
2
+ function interpolateFunction(input, inputRange, outputRange, options) {
3
+ const { extrapolateLeft, extrapolateRight, easing } = options;
4
+ let result = input;
5
+ const [inputMin, inputMax] = inputRange;
6
+ const [outputMin, outputMax] = outputRange;
7
+ if (result < inputMin) {
8
+ if (extrapolateLeft === 'identity') {
9
+ return result;
10
+ }
11
+ if (extrapolateLeft === 'clamp') {
12
+ result = inputMin;
13
+ }
14
+ else if (extrapolateLeft === 'extend') {
15
+ // noop
16
+ }
17
+ }
18
+ if (result > inputMax) {
19
+ if (extrapolateRight === 'identity') {
20
+ return result;
21
+ }
22
+ if (extrapolateRight === 'clamp') {
23
+ result = inputMax;
24
+ }
25
+ else if (extrapolateRight === 'extend') {
26
+ // noop
27
+ }
28
+ }
29
+ if (outputMin === outputMax) {
30
+ return outputMin;
31
+ }
32
+ // Input Range
33
+ result = (result - inputMin) / (inputMax - inputMin);
34
+ // Easing
35
+ result = easing(result);
36
+ // Output Range
37
+ result = result * (outputMax - outputMin) + outputMin;
38
+ return result;
39
+ }
40
+ function findRange(input, inputRange) {
41
+ let i;
42
+ for (i = 1; i < inputRange.length - 1; ++i) {
43
+ if (inputRange[i] >= input) {
44
+ break;
45
+ }
46
+ }
47
+ return i - 1;
48
+ }
49
+ function checkValidInputRange(arr) {
50
+ for (let i = 1; i < arr.length; ++i) {
51
+ if (!(arr[i] > arr[i - 1])) {
52
+ throw new Error(`inputRange must be strictly monotonically non-decreasing but got [${arr.join(',')}]`);
53
+ }
54
+ }
55
+ }
56
+ function checkInfiniteRange(name, arr) {
57
+ if (arr.length < 2) {
58
+ throw new Error(name + ' must have at least 2 elements');
59
+ }
60
+ for (const index in arr) {
61
+ if (typeof arr[index] !== 'number') {
62
+ throw new Error(`${name} must contain only numbers`);
63
+ }
64
+ if (arr[index] === -Infinity || arr[index] === Infinity) {
65
+ throw new Error(`${name} must contain only finite numbers, but got [${arr.join(',')}]`);
66
+ }
67
+ }
68
+ }
69
+ /**
70
+ * Map a value from an input range to an output range.
71
+ * @link https://www.remotion.dev/docs/interpolate
72
+ * @param {!number} input value to interpolate
73
+ * @param {!number[]} inputRange range of values that you expect the input to assume.
74
+ * @param {!number[]} outputRange range of output values that you want the input to map to.
75
+ * @param {?object} options
76
+ * @param {?Function} options.easing easing function which allows you to customize the input, for example to apply a certain easing function. By default, the input is left unmodified, resulting in a pure linear interpolation {@link https://www.remotion.dev/docs/easing}
77
+ * @param {string=} [options.extrapolateLeft="extend"] What should happen if the input value is outside left the input range, default: "extend" {@link https://www.remotion.dev/docs/interpolate#extrapolateleft}
78
+ * @param {string=} [options.extrapolateRight="extend"] Same as extrapolateLeft, except for values outside right the input range {@link https://www.remotion.dev/docs/interpolate#extrapolateright}
79
+ */
80
+ export function interpolate(input, inputRange, outputRange, options) {
81
+ var _a;
82
+ if (typeof input === 'undefined') {
83
+ throw new Error('input can not be undefined');
84
+ }
85
+ if (typeof inputRange === 'undefined') {
86
+ throw new Error('inputRange can not be undefined');
87
+ }
88
+ if (typeof outputRange === 'undefined') {
89
+ throw new Error('outputRange can not be undefined');
90
+ }
91
+ if (inputRange.length !== outputRange.length) {
92
+ throw new Error('inputRange (' +
93
+ inputRange.length +
94
+ ') and outputRange (' +
95
+ outputRange.length +
96
+ ') must have the same length');
97
+ }
98
+ checkInfiniteRange('inputRange', inputRange);
99
+ checkInfiniteRange('outputRange', outputRange);
100
+ checkValidInputRange(inputRange);
101
+ const easing = (_a = options === null || options === void 0 ? void 0 : options.easing) !== null && _a !== void 0 ? _a : ((num) => num);
102
+ let extrapolateLeft = 'extend';
103
+ if ((options === null || options === void 0 ? void 0 : options.extrapolateLeft) !== undefined) {
104
+ extrapolateLeft = options.extrapolateLeft;
105
+ }
106
+ let extrapolateRight = 'extend';
107
+ if ((options === null || options === void 0 ? void 0 : options.extrapolateRight) !== undefined) {
108
+ extrapolateRight = options.extrapolateRight;
109
+ }
110
+ if (typeof input !== 'number') {
111
+ throw new TypeError('Cannot interpolate an input which is not a number');
112
+ }
113
+ const range = findRange(input, inputRange);
114
+ return interpolateFunction(input, [inputRange[range], inputRange[range + 1]], [outputRange[range], outputRange[range + 1]], {
115
+ easing,
116
+ extrapolateLeft,
117
+ extrapolateRight,
118
+ });
119
+ }
@@ -0,0 +1 @@
1
+ export declare const isApproximatelyTheSame: (num1: number, num2: number) => boolean;
@@ -0,0 +1,4 @@
1
+ const FLOATING_POINT_ERROR_THRESHOLD = 0.00001;
2
+ export const isApproximatelyTheSame = (num1, num2) => {
3
+ return Math.abs(num1 - num2) < FLOATING_POINT_ERROR_THRESHOLD;
4
+ };
@@ -0,0 +1,3 @@
1
+ import type { PropsWithChildren } from 'react';
2
+ export declare const IsPlayerContextProvider: React.FC<PropsWithChildren>;
3
+ export declare const useIsPlayer: () => boolean;
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { createContext, useContext } from 'react';
3
+ const IsPlayerContext = createContext(false);
4
+ export const IsPlayerContextProvider = ({ children, }) => {
5
+ return _jsx(IsPlayerContext.Provider, { value: true, children: children });
6
+ };
7
+ export const useIsPlayer = () => {
8
+ return useContext(IsPlayerContext);
9
+ };
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const Loading: React.FC;
@@ -0,0 +1,31 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { AbsoluteFill } from './AbsoluteFill.js';
3
+ const rotate = {
4
+ transform: `rotate(90deg)`,
5
+ };
6
+ const ICON_SIZE = 40;
7
+ const label = {
8
+ color: '#555',
9
+ fontSize: 14,
10
+ fontFamily: 'sans-serif',
11
+ };
12
+ const container = {
13
+ justifyContent: 'center',
14
+ alignItems: 'center',
15
+ };
16
+ export const Loading = () => {
17
+ return (_jsxs(AbsoluteFill, { style: container, id: "remotion-comp-loading", children: [_jsx("style", { type: "text/css", children: `
18
+ @keyframes anim {
19
+ from {
20
+ opacity: 0
21
+ }
22
+ to {
23
+ opacity: 1
24
+ }
25
+ }
26
+ #remotion-comp-loading {
27
+ animation: anim 2s;
28
+ animation-fill-mode: forwards;
29
+ }
30
+ ` }), _jsx("svg", { width: ICON_SIZE, height: ICON_SIZE, viewBox: "-100 -100 400 400", style: rotate, children: _jsx("path", { fill: "#555", stroke: "#555", strokeWidth: "100", strokeLinejoin: "round", d: "M 2 172 a 196 100 0 0 0 195 5 A 196 240 0 0 0 100 2.259 A 196 240 0 0 0 2 172 z" }) }), _jsx("p", { style: label, children: "Loading..." })] }));
31
+ };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { LayoutAndStyle } from '../Sequence.js';
3
+ export declare type LoopProps = {
4
+ durationInFrames: number;
5
+ times?: number;
6
+ name?: string;
7
+ children: React.ReactNode;
8
+ } & LayoutAndStyle;
9
+ export declare const Loop: React.FC<LoopProps>;
@@ -0,0 +1,25 @@
1
+ import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { Sequence } from '../Sequence.js';
3
+ import { useVideoConfig } from '../use-video-config.js';
4
+ import { validateDurationInFrames } from '../validation/validate-duration-in-frames.js';
5
+ export const Loop = ({ durationInFrames, times = Infinity, children, name, ...props }) => {
6
+ const { durationInFrames: compDuration } = useVideoConfig();
7
+ validateDurationInFrames(durationInFrames, 'of the <Loop /> component');
8
+ if (typeof times !== 'number') {
9
+ throw new TypeError(`You passed to "times" an argument of type ${typeof times}, but it must be a number.`);
10
+ }
11
+ if (times !== Infinity && times % 1 !== 0) {
12
+ throw new TypeError(`The "times" prop of a loop must be an integer, but got ${times}.`);
13
+ }
14
+ if (times < 0) {
15
+ throw new TypeError(`The "times" prop of a loop must be at least 0, but got ${times}`);
16
+ }
17
+ const maxTimes = Math.ceil(compDuration / durationInFrames);
18
+ const actualTimes = Math.min(maxTimes, times);
19
+ const style = props.layout === 'none' ? undefined : props.style;
20
+ return (_jsx(_Fragment, { children: new Array(actualTimes).fill(true).map((_, i) => {
21
+ return (_jsx(Sequence
22
+ // eslint-disable-next-line react/no-array-index-key
23
+ , { durationInFrames: durationInFrames, from: i * durationInFrames, name: name, showLoopTimesInTimeline: actualTimes, showInTimeline: i === 0, layout: props.layout, style: style, children: children }, `loop-${i}`));
24
+ }) }));
25
+ };
@@ -0,0 +1 @@
1
+ export declare const checkMultipleRemotionVersions: () => void;
@@ -0,0 +1,28 @@
1
+ import { truthy } from './truthy.js';
2
+ import { VERSION } from './version.js';
3
+ export const checkMultipleRemotionVersions = () => {
4
+ if (typeof globalThis === 'undefined') {
5
+ return;
6
+ }
7
+ const alreadyImported = globalThis.remotion_imported ||
8
+ (typeof window !== 'undefined' && window.remotion_imported);
9
+ if (alreadyImported) {
10
+ if (typeof window === 'undefined' && alreadyImported === VERSION) {
11
+ // Next.JS will reload the package and cause a server-side warning.
12
+ // It's okay if this happens during SSR in developement
13
+ return;
14
+ }
15
+ throw new TypeError(`🚨 Multiple versions of Remotion detected: ${[
16
+ VERSION,
17
+ typeof alreadyImported === 'string'
18
+ ? alreadyImported
19
+ : 'an older version',
20
+ ]
21
+ .filter(truthy)
22
+ .join(' and ')}. This will cause things to break in an unexpected way.\nCheck that all your Remotion packages are on the same version. If your dependencies depend on Remotion, make them peer dependencies. You can also run \`npx remotion versions\` from your terminal to see which versions are mismatching.`);
23
+ }
24
+ globalThis.remotion_imported = VERSION;
25
+ if (typeof window !== 'undefined') {
26
+ window.remotion_imported = VERSION;
27
+ }
28
+ };
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare type TNonceContext = {
3
+ getNonce: () => number;
4
+ fastRefreshes: number;
5
+ };
6
+ export declare const NonceContext: import("react").Context<TNonceContext>;
7
+ export declare const useNonce: () => number;
@@ -0,0 +1,13 @@
1
+ import { createContext, useContext, useEffect, useState } from 'react';
2
+ export const NonceContext = createContext({
3
+ getNonce: () => 0,
4
+ fastRefreshes: 0,
5
+ });
6
+ export const useNonce = () => {
7
+ const context = useContext(NonceContext);
8
+ const [nonce, setNonce] = useState(() => context.getNonce());
9
+ useEffect(() => {
10
+ setNonce(context.getNonce);
11
+ }, [context]);
12
+ return nonce;
13
+ };