@glomex/integration-web-component 1.1312.2 → 1.1313.0

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 (2) hide show
  1. package/build/index.d.ts +4 -0
  2. package/package.json +3 -3
package/build/index.d.ts CHANGED
@@ -322,6 +322,10 @@ export declare class IntegrationElement extends HTMLElement implements Integrati
322
322
  * Pauses the current media playback.
323
323
  */
324
324
  pause(): void;
325
+ /**
326
+ * Snapshots current video frame.
327
+ */
328
+ getCurrentVideoFrame(): Promise<ImageBitmap>;
325
329
  /**
326
330
  * Returns the current playback time (in seconds) of the media.
327
331
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1312.2",
3
+ "version": "1.1313.0",
4
4
  "description": "Web component and types to integrate the glomex player",
5
5
  "documentation": "https://docs.glomex.com",
6
6
  "homepage": "https://glomex.com",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@biomejs/biome": "^1.9.4",
32
- "@glomex/integration": "^1.1312.2",
32
+ "@glomex/integration": "^1.1313.0",
33
33
  "@microsoft/api-extractor": "^7.52.1",
34
34
  "@rslib/core": "^0.5.4",
35
35
  "typescript": "^5.8.2"
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "8dc58cc6e9f0ddadef9eb286b69c2ba013482182"
40
+ "gitHead": "826b6ea31ff6915e2677d2cfd8d01c14d9fb6aff"
41
41
  }