const mql = require('@microlink/mql') const { status, data } = await mql('https://oxide.computer', { pdf: { height: '480px' } }) mql.render(data)