draft image renderer route

This commit is contained in:
yggverse 2024-07-17 21:01:03 +03:00
parent ac4e166eb3
commit 9be1f030f4

View file

@ -227,6 +227,19 @@ class Page
break;
/* @TODO
case 'image/gif':
case 'image/jpeg':
case 'image/png':
case 'image/webp':
$this->content->setImage(
(string) $connection->getData()
);
break;
*/
default:
throw new \Exception(