Skip to content

Commit

Permalink
added render-coloring: true to add colors when saving (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitvex authored Nov 16, 2022
1 parent 087f01c commit 3a1d36d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ self.onmessage = (e: MessageEvent<InputMessage<CommandData>>) => {
{
...data.options,
'render-output-format': data.outputFormat,
'render-background-color': data.backgroundColor
'render-background-color': data.backgroundColor,
'render-coloring': true
}
)
break
Expand Down

0 comments on commit 3a1d36d

Please sign in to comment.