const mql = require('@microlink/mql') const { status, data } = await mql('https://www.raycast.com/', { pdf: { width: '640px' } }) mql.render(data)