@datawheel/bespoke 0.6.0-rc.0 → 0.6.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server.js +2 -1
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -4336,7 +4336,8 @@ async function generateImage(path2, section, format = "png", transparent = false
|
|
|
4336
4336
|
const browser = await puppeteer.launch({
|
|
4337
4337
|
args: [
|
|
4338
4338
|
`--window-size=${width},${height}`,
|
|
4339
|
-
"--start-fullscreen"
|
|
4339
|
+
"--start-fullscreen",
|
|
4340
|
+
"--no-sandbox"
|
|
4340
4341
|
],
|
|
4341
4342
|
defaultViewport: { width, height, deviceScaleFactor: 2 },
|
|
4342
4343
|
headless: "new",
|