You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
The latest satori version uses yoga-layout under the hood which works only in ESM mode therefore is a bit difficult to use Satori from Common.JS environment like Nest.js:
import loadYogaImpl from '../binaries/yoga-wasm-base64-esm.js';
^^^^^^
SyntaxError: Cannot use import statement outside a module
It will be nice to figure out and find any solution providing more soft satori integration via cjs.