Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Nov 20, 2023
1 parent d657348 commit 7fefeff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/src/skia/web/JsiSkImage.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import type {
CanvasKit,
ImageInfo as CKImageInfo,
Image,
} from "canvaskit-wasm";

import type {
FilterMode,
MipmapMode,
Expand All @@ -6,6 +12,7 @@ import type {
SkShader,
TileMode,
ImageFormat,
ImageInfo,
} from "../types";

import { ckEnum, getCkEnum, HostObject } from "./Host";
Expand Down

0 comments on commit 7fefeff

Please sign in to comment.