From: Vincent Vanwaelscappel Date: Mon, 22 Aug 2022 15:58:45 +0000 (+0200) Subject: wip #5408 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d5e3e0fc0176fdb7764669032f02ad1bf638a9d2;p=fluidbook_tools.git wip #5408 --- diff --git a/src/Compiler/CompilerInterface.php b/src/Compiler/CompilerInterface.php index a16fef7..015f0bc 100644 --- a/src/Compiler/CompilerInterface.php +++ b/src/Compiler/CompilerInterface.php @@ -30,4 +30,8 @@ interface CompilerInterface public function setWorkingDir(string $wdir); public function working_path($path = ''): string; + + public function getWidth(); + + public function getHeight(); } diff --git a/src/Compiler/FluidbookCompiler.php b/src/Compiler/FluidbookCompiler.php index ef14612..0f9f61c 100644 --- a/src/Compiler/FluidbookCompiler.php +++ b/src/Compiler/FluidbookCompiler.php @@ -61,4 +61,5 @@ trait FluidbookCompiler { $this->config->set($key, $value); } + }