Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/react-lightning/src/render/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export type RenderOptions = Omit<
RendererMainSettings,
'renderEngine' | 'fontEngines' | 'inspector'
> & {
useWasm?: boolean;
useCanvas?: boolean;
includeCanvasFontRenderer?: boolean;
fonts: (stage: Stage) => TrFontFace[];
Expand Down Expand Up @@ -73,7 +72,6 @@ const defaultOptions: Partial<RenderOptions> = {
devicePhysicalPixelRatio: 1,
fonts: () => [],
plugins: [],
useWasm: true,
isPrimaryRenderer: true,
debug: false,
};
Expand Down