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