scale
Type: <number>
Default: 0.6
Default: 0.6
- CLI
- JavaScript
- Shell
- Python
- Ruby
const mql = require('@microlink/mql')
const { status, data } = await mql(
'https://varnish-cache.org/docs/trunk/phk/thatslow.html',
{ pdf: { scale: 1 } }
)
mql.render(data)
Scale amount must be between 0.1 and 2.