omitBackground
Type: <boolean>
Default: false
Default: false
It omits the white background for the screenshot over the target url.
- CLI
- JavaScript
- Shell
- Python
- Ruby
const mql = require('@microlink/mql')
const { status, data } = await mql('https://kikobeats.com', {
screenshot: { omitBackground: true }
})
mql.render(data)