From be7aac41efab38fb1ac9ad7bf96e046fa6c706e1 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Mon, 12 Feb 2024 14:09:35 +0100 Subject: [PATCH] Update PlutoPDF.jl --- src/PlutoPDF.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlutoPDF.jl b/src/PlutoPDF.jl index 16e6cc5..423f233 100644 --- a/src/PlutoPDF.jl +++ b/src/PlutoPDF.jl @@ -36,7 +36,7 @@ const default_options = ( displayHeaderFooter=false, ) -const default_screenshot_options = ( +const screenshot_default_options = ( outputOnly=false, dpi=72, )