fix: cleanup after rebase

This commit is contained in:
Arnošt Pleskot 2023-08-18 19:00:38 +02:00
parent c2870a6df5
commit 5ff4e0d640
No known key found for this signature in database
3 changed files with 14 additions and 29 deletions

View file

@ -18,6 +18,7 @@ export type StaticCanvasRenderConfig = {
/** when exporting the behavior is slightly different (e.g. we can't use
CSS filters), and we disable render optimizations for best output */
isExporting: boolean;
exportWithFancyBackground?: boolean;
};
export type InteractiveCanvasRenderConfig = {