This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
writeFile | |
} from "fs"; | |
const stickerPackID = "com.snowcorp.stickerly.android.stickercontentprovider b5e7275f-f1de-4137-961f-57becfad34f2"; //not sure what this does | |
const googleLink = "https://play.google.com/store/apps/details?id=com.marsconstd.stickermakerforwhatsapp"; | |
const appleLink = "https://itunes.apple.com/app/sticker-maker-studio/id1443326857"; | |
export function createExif(packname: string, author: string, id: string) { | |
const json = { |