import mql from '@microlink/mql' const { data } = await mql('https://microlink.io/recipes', { screenshot: { fullPage: true } })
fullPage
Type: <boolean>
Default: false
Default: false
It takes a full scrollable page screenshot over the target url.
The response time could be slower since the browser has to wait more elements before taking the screenshot.