podeig
Results
3
comments of
podeig
Ok, I found the answer here: https://github.com/ctrlplusb/easy-peasy/issues/741
I need this feature too! Any update? Thank you!
Hi, I found the solution: ``` // Package for getting dimentions of an image const sizeOf = require('image-size'); ... const images = []; const promises = []; poem.lines.forEach((line, k) =>...