medias-fakerator 1.0.0-dra.3 → 1.0.0-dra.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,7 +120,7 @@ async function generateCard(options = {}) {
120
120
 
121
121
  try {
122
122
  const background = await loadImage(
123
- path.join(process.cwd(), "assets/ktp/output.png")
123
+ path.join(__dirname, "../assets/ktp/output.png")
124
124
  );
125
125
 
126
126
  const canvas = createCanvas(background.width, background.height);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medias-fakerator",
3
- "version": "1.0.0-dra.3",
3
+ "version": "1.0.0-dra.5",
4
4
  "description": "AIO Faker generator by Iruka Devs",
5
5
  "main": "index.js",
6
6
  "author": "Iruka Devs",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file