Skip to content

Commit

Permalink
Merge pull request #10 from studio-YOLO/deleted-files-fix
Browse files Browse the repository at this point in the history
Update: remove dead imports
  • Loading branch information
VinciGit00 authored Mar 5, 2024
2 parents 625b3a5 + 8d77896 commit d5f1e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editpix.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import utils from "./utils.js"
import convertToGrayScale from "./core/gray_scale.js";
import convertToBW from "./core/black_and_white.js";
import convertFromGrayToRgb from "./core/gray_to_rgb.js";
import kMeans from "./core/kmean.js";
import imageManager from "./image_manager.js";
import higherColorContrast from "./core/higher_contrast.js";
Expand Down

0 comments on commit d5f1e38

Please sign in to comment.