We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b75e76 commit 6aeed1fCopy full SHA for 6aeed1f
src/converter/PngToTgaConverter.mjs
@@ -1,6 +1,6 @@
1
-import {AbstractConverter} from "@ozelot379/convert-base-api";
+import {AbstractConverter} from "@geekcornernpm/convert-base-api";
2
import {DeleteConverter} from "./DeleteConverter.mjs";
3
-import Jimp from "@ozelot379/jimp-plugins";
+import Jimp from "@geekcornernpm/jimp-plugins";
4
5
/**
6
* Class PngToTgaConverter
0 commit comments