can now add scrapbook image to pagebuilder page

This commit is contained in:
zefie
2025-07-14 12:55:23 -04:00
parent 1e26ffcf9d
commit d7680c6644
8 changed files with 40 additions and 18 deletions

View File

@@ -10,5 +10,4 @@ if (!errpage) {
headers = `200 OK
Content-Type: image/jpeg`;
data = new Buffer.from(page.blocks[blockNum].photo, 'base64');
console.log(data)
}