videocontext
Advanced tools
Comparing version 0.34.1 to 0.34.2
{ | ||
"name": "videocontext", | ||
"version": "0.34.1", | ||
"version": "0.34.2", | ||
"description": "A WebGL & HTML5 graph based video composition library", | ||
@@ -5,0 +5,0 @@ "keywords":["video", "context", "composition", "timeline", "html5", "webgl"], |
@@ -327,2 +327,5 @@ //Matthew Shotton, R&D User Experience,© BBC 2015 | ||
set playbackRate(rate){ | ||
if (rate <= 0){ | ||
throw new RangeError("playbackRate must be greater than 0"); | ||
} | ||
for (let node of this._sourceNodes) { | ||
@@ -849,2 +852,3 @@ if (node.constructor.name === "VideoNode"){ | ||
VideoContext.createSigmaGraphDataFromRenderGraph = createSigmaGraphDataFromRenderGraph; | ||
VideoContext.exportToJSON = exportToJSON; | ||
VideoContext.exportToJSON = exportToJSON; | ||
VideoContext.updateablesManager = updateablesManager; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
6587180
24332