@front10/canvas-video-player
Advanced tools
Comparing version 1.3.35 to 1.3.36
{ | ||
"name": "@front10/canvas-video-player", | ||
"version": "1.3.35", | ||
"version": "1.3.36", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ import { sortLayers } from "../../helpers/fabric"; | ||
addToCanvas(canvas) { | ||
canvas.add(this.object); | ||
if (this.object) canvas.add(this.object); | ||
} | ||
@@ -11,0 +11,0 @@ |
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
513492