remotion 3.3.45 → 3.3.52

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