Skip to content

Commit

Permalink
fix global canvasBackground deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Aug 7, 2023
1 parent 639c0f4 commit 74d2294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const DEFAULTS: Required<ParsedViewerConfig> = {
useXmpData: null,
panoData: null,
requestHeaders: null,
canvasBackground: 'auto',
canvasBackground: null,
rendererParameters: { alpha: true, antialias: true },
withCredentials: false,
// prettier-ignore
Expand Down

0 comments on commit 74d2294

Please sign in to comment.