animations

Type: <boolean>
Default: false
It enables/disables CSS and over the target url.
  • CLI
  • JavaScript
  • Shell
  • Python
  • Ruby
const mql = require('@microlink/mql')

const { status, data } = await mql('https://microlink.io', {
  screenshot: true,
  animations: false
})

mql.render(data)
This value also modifies consequently into the browser page.