Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fdecampredon committed Dec 19, 2024
1 parent 53f1ca5 commit 2bc324b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export interface ImageFilterFactory {
* Transforms a shader into an impage filter
*
* @param shader - The Shader to be transformed
* @param dither
* @param dither
* @param cropRect - Optional rectangle to crop input and output.
*/
MakeShader(
Expand Down
4 changes: 2 additions & 2 deletions packages/skia/src/skia/web/JsiSkImageFilterFactory.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { CanvasKit, Image, ImageFilter } from "canvaskit-wasm";

import {
import type {
SkMatrix,
type ColorChannel,
type ImageFilterFactory,
type SkColor,
Expand All @@ -14,7 +15,6 @@ import {
type SkImage,
type FilterMode,
type MipmapMode,
SkMatrix,
} from "../types";

import { Host, NotImplementedOnRNWeb, getEnum } from "./Host";
Expand Down

0 comments on commit 2bc324b

Please sign in to comment.