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.
- package/lib/ktpGenerator.js +1 -1
- package/package.json +1 -1
- package/assets/test-assets/profile.jpg +0 -0
- package/assets/test-output/brat-animated.webp +0 -0
- package/assets/test-output/brat-animatedHd.webp +0 -0
- package/assets/test-output/brat-video-frame-1.png +0 -0
- package/assets/test-output/brat-video-frame-1Hd.png +0 -0
- package/assets/test-output/brat.png +0 -0
- package/assets/test-output/bratHd.png +0 -0
- package/assets/test-output/fake-call-android.png +0 -0
- package/assets/test-output/fake-call-iphone.png +0 -0
- package/assets/test-output/fake-chat-iphone.png +0 -0
- package/assets/test-output/fake-story.png +0 -0
- package/assets/test-output/fake-tweet.png +0 -0
- package/assets/test-output/google-lyrics.png +0 -0
- package/assets/test-output/google-search.png +0 -0
- package/assets/test-output/instagram-profile.png +0 -0
- package/assets/test-output/ktp-card.png +0 -0
- package/assets/test-output/meme.png +0 -0
- package/assets/test-output/quote.png +0 -0
- package/assets/test-output/tiktok-profile.png +0 -0
- package/assets/test-output/twitter-profile.png +0 -0
- package/assets/test-output/youtube-profile.png +0 -0
package/lib/ktpGenerator.js
CHANGED
|
@@ -120,7 +120,7 @@ async function generateCard(options = {}) {
|
|
|
120
120
|
|
|
121
121
|
try {
|
|
122
122
|
const background = await loadImage(
|
|
123
|
-
path.join(
|
|
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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|