mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
10 lines
246 B
Ruby
10 lines
246 B
Ruby
# frozen_string_literal: true
|
|
|
|
Grover.configure do |config|
|
|
config.options = {
|
|
format: 'png',
|
|
quality: 90,
|
|
wait_until: 'networkidle0',
|
|
launch_args: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-dev-shm-usage']
|
|
}
|
|
end
|