first commit

This commit is contained in:
Myk
2025-07-31 23:47:20 +03:00
commit 2186b278a0
5149 changed files with 537218 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/**
* This interface implements the schema defined in [MSC2380](https://github.com/matrix-org/matrix-doc/pull/2380).
* @category Unstable APIs
*/
export interface MSC2380MediaInfo {
content_type: string;
width?: number;
height?: number;
size: number;
thumbnails?: {
width: number;
height: number;
ready: boolean;
}[];
duration?: number;
}

View File

@@ -0,0 +1,3 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=MediaInfo.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"MediaInfo.js","sourceRoot":"","sources":["../../../src/models/unstable/MediaInfo.ts"],"names":[],"mappings":""}