Skip to content

Commit 23af15b

Browse files
volta2030Copilot
andauthored
Update imgkit/processing/image_loader.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 79bab6a commit 23af15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imgkit/processing/image_loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class ImageLoader {
104104
}
105105

106106
static getImageLoader(filepath, extension) {
107-
if (extension == "pix") {
107+
if (extension === "pix") {
108108
const pixData = Pix.open(filepath);
109109
return Pix.toSharp(pixData);
110110
}

0 commit comments

Comments
 (0)