mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-03 13:56:07 +00:00
wip
This commit is contained in:
@@ -329,6 +329,10 @@ export abstract class EngineControllerBase<T extends EngineBase<EngineBaseEvents
|
||||
this.call('resumeRender');
|
||||
}
|
||||
|
||||
public takeScreenshot() {
|
||||
return this.callAndWaitReturn('takeScreenshot');
|
||||
}
|
||||
|
||||
public resize() {
|
||||
if (this.canvas == null) return;
|
||||
const width = this.canvas.clientWidth;
|
||||
|
||||
Reference in New Issue
Block a user