feat(core): add intrinsic asset dimensions
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { Size } from "./geometry";
|
||||
import type { AssetId } from "./id";
|
||||
|
||||
export type Asset = {
|
||||
@@ -5,4 +6,5 @@ export type Asset = {
|
||||
name: string;
|
||||
mimeType: string;
|
||||
source: string;
|
||||
intrinsicSize: Size;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user