Skip to content

Commit

Permalink
Fix TSC
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Jul 29, 2024
1 parent b670902 commit fbe8e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/src/app/Scripting/webR/runR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const captureOutputOptions = {
captureStreams: true,
captureConditions: false,
captureGraphics: {
height: 504, // default values for height and width
width: 504,
bg: "white", // default: transparent
pointsize: 12,
capture: true,
Expand Down

0 comments on commit fbe8e8d

Please sign in to comment.