The 2 examples on the main page did not work as presented for me running under node.js. 1. I had to upgrade to node13, can you make a note of this or the experimental modules command line option. 2. I had to make the calling code a module by renaming to mjs. 3. When importing renderSocialImage it is not a function you can call directly and you need to call the default function. I don't use node.js often so I may have missed something.