Adds the camera to available APIs with retrieving of the worldView

This commit is contained in:
Benedicte Quimbert 2021-11-23 16:51:39 +01:00
parent d672a2dead
commit 4356767739
9 changed files with 86 additions and 7 deletions

View file

@ -30,6 +30,7 @@ export class EmbeddedWebsiteManager {
height: rect["height"],
},
origin: website.origin,
scale: website.scale,
};
});
@ -144,9 +145,9 @@ export class EmbeddedWebsiteManager {
name,
url,
/*x,
y,
width,
height,*/
y,
width,
height,*/
allow,
allowApi,
visible,