@remotion/player
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -8,2 +8,3 @@ import { SyntheticEvent } from 'react'; | ||
seekTo: (frame: number) => void; | ||
getContainerNode: () => HTMLDivElement | null; | ||
getCurrentFrame: () => number; | ||
@@ -10,0 +11,0 @@ requestFullscreen: () => void; |
@@ -90,2 +90,3 @@ "use strict"; | ||
toggle, | ||
getContainerNode: () => container.current, | ||
getCurrentFrame: player.getCurrentFrame, | ||
@@ -92,0 +93,0 @@ seekTo: (f) => { |
{ | ||
"name": "@remotion/player", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Remotion Player", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"remotion": "^2.4.1" | ||
"remotion": "^2.4.2" | ||
}, | ||
@@ -30,0 +30,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150015
1896
Updatedremotion@^2.4.2