<output-test url="file://$MODULE_DIR$/out/test/fluidbook_tools" />
<exclude-output />
<content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/resources/tools/fwstk/project_resources" type="java-resource" />
+ <sourceFolder url="file://$MODULE_DIR$/resources/tools/fwstk/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="Fluidbook\Tools\" />
<excludeFolder url="file://$MODULE_DIR$/vendor/composer" />
<excludeFolder url="file://$MODULE_DIR$/vendor/brick/math" />
{
$settings = mb_substr(file_get_contents($this->stub . '/data/datas.js'), 13, -2);
$this->config = json_decode($settings, false, 512, JSON_THROW_ON_ERROR);
+ $this->config->maxResolution = 150;
$this->compileDimensions();
$this->compilePageNumbers();
$fwstk->setArg('--cmaps ' . $out);
$fwstk->setArg('--fonts' . $out . 'fonts/web/');
$fwstk->execute();
+// $fwstk->dd();
+
}
}