Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Apr 2, 2024
1 parent 8253845 commit 5caef05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package/src/headless/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ import { JsiSkApi } from "../skia/web";
import { SkiaRoot } from "../renderer/Reconciler";
import { JsiDrawingContext } from "../dom/types";
import type { SkSurface } from "../skia";
import { Skia } from "../skia/types";

export * from "../renderer/components";

let Skia: Skia;
let Skia: ReturnType<typeof JsiSkApi>;

export const makeOffscreenSurface = (width: number, height: number) => {
if (!Skia) {
Expand Down

0 comments on commit 5caef05

Please sign in to comment.