opentok-layout-js
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "opentok-layout-js", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.", | ||
@@ -5,0 +5,0 @@ "main": "opentok-layout.js", |
@@ -47,3 +47,3 @@ declare module 'opentok-layout-js' { | ||
type GetLayout = (elements: Array<Element>) => { boxes: Array<Box>, areas: { small: Box, big: Box } }; | ||
type GetLayout = (elements: Array<Element>) => { boxes: Array<Box>, areas: { small?: Box, big?: Box } }; | ||
@@ -50,0 +50,0 @@ export type LayoutContainer = { |
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
152309