Support downloading templates

This commit is contained in:
DUOLabs333 2022-10-24 16:46:29 -04:00
parent b262898bf3
commit 33f42a092e
31 changed files with 244 additions and 1290 deletions

View File

@ -22,12 +22,8 @@ urls = [
"code/pp/pp.js",
"code/dbs/DBS.js",
"rsrc/basic/basic.zip",
"plugins/gallery.json",
"code/ext/hb.wasm",
"code/ext/fribidi.wasm",
"plugins/tpls/index.html",
"plugins/tpls/templates.css",
"plugins/tpls/templates.js",
"papi/tpls.json",
"rsrc/fonts/fonts.png",
"code/storages/deviceStorage.html",
@ -35,10 +31,7 @@ urls = [
"code/storages/dropboxStorage.html",
"rsrc/basic/fa_basic.csh",
"img/nft.png",
["templates/?type=0&rsrc=","templates/?type=0.html"],
["templates/?type=1&rsrc=","templates/?type=1.html"],
["templates/?type=2&rsrc=","templates/?type=2.html"],
["templates/?type=3&rsrc=","templates/?type=3.html"],
["templates/?type=0&rsrc=","templates/index.html"],
"templates/templates.js",
"templates/templates.css"
]
@ -46,18 +39,12 @@ urls = [
#Update files
def dl_file(path):
if isinstance(path,list):
output=path[1]
path=path[0]
else:
output=path
path=path
outfn = root + output
if os.path.exists(outfn):
def download_file(remote,local):
if os.path.exists(local):
return
with tqdm(desc=path, unit="B", unit_scale=True) as progress_bar:
r = requests.get(website + path, stream=True)
r = requests.get(remote, stream=True)
progress_bar.total = int(r.headers.get("Content-Length", 0))
if r.status_code != 200:
@ -65,12 +52,20 @@ def dl_file(path):
return
os.makedirs(os.path.dirname(outfn), exist_ok=True)
os.makedirs(os.path.dirname(local), exist_ok=True)
with open(outfn, "wb") as outf:
for chunk in r.iter_content(chunk_size=1024):
progress_bar.update(len(chunk))
outf.write(chunk)
def dl_file(path):
if isinstance(path,list):
outfn=path[1]
path=path[0]
else:
outfn=path
path=path
download_file(website + path,root+outfn)
for url in urls:
dl_file(url)
@ -134,12 +129,25 @@ for font in decompress_font_list(db["FNTS"]["list"]):
#Delete any unused fonts
fonts_db=[root+'rsrc/fonts/'+font.url for font in decompress_font_list(db["FNTS"]["list"])]
fonts_local=[_ for _ in glob.glob(root + 'rsrc/fonts/**/*', recursive=True) if re.match(r'www.photopea.com/rsrc/fonts/(.*)/*.(otf|ttc|ttf)',_)]
fonts_local=[_ for _ in glob.glob(root + 'rsrc/fonts/**/*', recursive=True) if re.match(root+r'rsrc/fonts/(.*)/*.(otf|ttc|ttf)',_)]
for font_file in list(set(fonts_local)-set(fonts_db)):
print('Removing ' + font_file)
os.remove(font_file)
templates_db=[_[3] for _ in json.load(open(root+"papi/tpls.json"))['list']]
for template in templates_db:
path="https://f000.backblazeb2.com/file/psdshared/" +template
outfn=root+"templates/file/psdshared/"+template
download_file(path,outfn)
templates_local=[_ for _ in glob.glob(root + 'templates/file/psdshared', recursive=True)]
templates_db=[root+"templates/file/psdshared/"+_ for _ in templates_db]
for tpl in list(set(templates_local)-set(templates_db)):
print('Removing ' + tpl)
os.remove(tpl)
def find_and_replace(file,find,replace):
with open(os.path.join(root,file),'r') as pp:
file1=pp.read()
@ -166,5 +174,9 @@ find_and_replace('index.html','https://connect.facebook.net','')
find_and_replace('index.html','https://www.facebook.com','')
#Redirect dynamic pages to static equivalent
find_and_replace('code/pp/pp.js','"&rsrc="','".html"')
find_and_replace('code/pp/pp.js','"templates/?type="','"templates/%3Ftype="')
find_and_replace('code/pp/pp.js','"&rsrc="','""')
find_and_replace('code/pp/pp.js','"templates/?type="','"templates/index.html?type="')
find_and_replace('code/pp/pp.js','"https://f000.backblazeb2.com/file/"', '"templates/file/"')
# Having ? in static sites doesn't really work
#find_and_replace("templates/index.html",'sch.split("?");','sch.split("#");')

View File

@ -12641,7 +12641,7 @@ this.Tf()};co.prototype.GZ=function(w,n){this.ww=w};co.prototype.f=function(){dB
for(var L=0;L<this.M2.length;L++)this.M2[L].f();this.pu.f()};co.prototype.mQ=function(w,n,W,D){this.tI=w;
this.dm(null,!1)};co.prototype.dm=function(w,n){var W=n!=null?n:e.LY(this.UC);if(W){if(!bh.bH()){alert("You need to log in first!");
return}var D=bh.bl();this.x_=D.tpl?D.tpl.list:[];this.AX.$(D.tpl&&D.tpl.brnd?D.tpl.brnd:"");this.Tf()}else{this.UC.setAttribute("src","");
this.UC.setAttribute("src","templates/%3Ftype="+this.ki+".html"+this.ww.O2.join(","))}this.body.removeChild(this.body.children[this.body.children.length-1]);
this.UC.setAttribute("src","templates/index.html?type="+this.ki+""+this.ww.O2.join(","))}this.body.removeChild(this.body.children[this.body.children.length-1]);
this.body.appendChild(W?this.sh:this.UC);var j=fV.get(this.lU);this.vR.wV(W?"All "+j:"Add "+j)};co.prototype.Tf=function(){var w=fV.get(this.lU),n=this.x_,W=this.ki,M=450;
if(n==null)return;var D=this.sh;e._g(D);var j=e.t("h1");D.appendChild(j);j.textContent="Share your "+w+" with the world!";
var I=e.t("ul");D.appendChild(I);var U=e.t("li");I.appendChild(U);U.textContent="By publishing your "+w+", you agree to let others use them for all kinds of purposes, even commercially.";
@ -13899,7 +13899,7 @@ W.setRequestHeader("Authorization","Client-ID 3ad80d2d9969219");W.setRequestHead
W.setRequestHeader("Accept","application/json");W.addEventListener("load",e8.ack);W.send("type=base64&image="+encodeURIComponent(e8.vT(w)));
alert("Saving to Imgur ...",4e3)};e8.ack=function(w){var n=JSON.parse(w.target.response);if(n.success){if(w.target.Xm)w.target.Xm(n.data.link);
else window.open(n.data.link,"Imgur")}};e8.prototype.BH=function(w,n,W){this.je();var D=new XMLHttpRequest;
D.responseType="arraybuffer";D.open("GET","https://f000.backblazeb2.com/file/"+(W?"pp-resources":"psdshared")+"/"+w);
D.responseType="arraybuffer";D.open("GET","templates/file/"+(W?"pp-resources":"psdshared")+"/"+w);
D.onload=this.ax_.bind(this);D.send();D.kn=[Date.now(),w,n?w:null,W]};e8.prototype.ax_=function(w){var n=w.target.kn,W=new Uint8Array(w.target.response);
console.log(W.length+" B,",Date.now()-n[0]+" ms");for(var L=0;L<W.length;L++)W[L]=255-W[L];W=pako.inflateRaw(W);
var D=JSON.parse(J.KY(W,0,2e3));e8.rb({name:D.name,wW:n[2]},W.slice(2e3).buffer,this);this.Br();if(!n[3])e8.iT("act=0&id="+n[1])};
@ -13912,7 +13912,7 @@ if(!l)return}var A=sha1(w),g=[];for(var L=0;L<20;L++){var $=parseInt(A.slice(L*2
k+=String.fromCharCode($)}var C=btoa(k).replace(/\+/g,"-").replace(/\//g,"_").slice(0,8);if(e8.ali(C,D)){console.log("file already exists");
if(W)W(C);else window.open("https://www.photopea.com#i"+C+".psd");return}this.je("Publishing ...");var f=new XMLHttpRequest;
f.kn=[w,A,C,W,D];f.open("GET","/papi/img/publish.php?rnd="+Math.random()+"&id="+C+"&size="+I+"&bname="+D);
f.onload=this.afU.bind(this);f.send()};e8.ali=function(w,n){try{var W=new XMLHttpRequest;W.open("HEAD","https://f000.backblazeb2.com/file/"+n+"/"+w,!1);
f.onload=this.afU.bind(this);f.send()};e8.ali=function(w,n){try{var W=new XMLHttpRequest;W.open("HEAD","templates/file/"+n+"/"+w,!1);
W.send();if(W.status==200)return!0}catch(fV){return!1}return!1};e8.prototype.afU=function(w){console.log(w.target.response);
var n=JSON.parse(w.target.response),W=w.target.kn,D=new XMLHttpRequest;D.open("POST",n.uploadUrl);D.setRequestHeader("Authorization",n.authorizationToken);
D.setRequestHeader("X-Bz-File-Name",W[2]);D.setRequestHeader("Content-Type","b2/x-auto");D.setRequestHeader("X-Bz-Content-Sha1",W[1]);
@ -14132,7 +14132,7 @@ for(var L=0;L<3;L++){var g=j.indexOf("<",I),k=j.indexOf(">",I),$=j.slice(0,g)+"<
I=$.length;j=$+j.slice(k+1)}D[1].innerHTML=j}else D[1].innerHTML=fV.get([0,17,2])}var C=document.getElementById("sponsors");
if(C)C.textContent=fV.get([0,17,4]);this.ML.f();this.SP.f();this.cM.f();this.GX.f();this.El.f();this.NV.f();
for(var f in this.a.map)if(this.a.map[f].n8)this.a.map[f].n8.f()};hB.prototype.WW=function(){var w=e.eH[hk.Xe][hk.a3$];
if(w&&w[1]){if(w[1].endsWith(hk.Dn("UUPSDm@ID")))return!0}return 4<e.eH[hk.Xe][hk.op][hk.aar](hk.Dn("'$!|"))||true||true||true||true};
if(w&&w[1]){if(w[1].endsWith(hk.Dn("UUPSDm@ID")))return!0}return 4<e.eH[hk.Xe][hk.op][hk.aar](hk.Dn("'$!|"))||true};
hB.prototype.zl=function(w,n){w=Math.floor(w);n=Math.floor(n);var W=e.Dn("WUMK&AM"),D=hk.ik,j=e.eH[hk.EW],I=Math.max(w,window.screen.width),U=Math.max(n,window.screen.height),g=0;
if(this.fg==null)this.fg=Math.min(I,U)<500||I<750?0:I<1600?1:2;var M=this.fg,m=!this.Y4||this.WW()||!this.Ir.aE||bh.d$()||M==0;
if(!m&&a1.Ub()){if(this.ak9==null)this.ak9=Math.random()<.5;m=this.ak9}if(m){if(M!=0&&e.eH[W]&&this.Y4)e.eH[W]()}else{if(M==0)n-=60;

View File

@ -39,7 +39,7 @@
[0, 0, 1597044224, "ZDTlyIOT", "https://i.imgur.com/OEijCJ6.jpg", 12, 2318, 744, 241255, "Cooking Template With Desserts", "A template with a breakfast: waffles with fruits and a coffee. Food and cooking template."],
[0, 0, 1597044258, "GHtge8Dl", "https://i.imgur.com/Rhok81o.jpg", 12, 7474, 1781, 108376, "Food and Recipes - Sweet Toast", "A breakfast with a toast with blueberries and a banana. Food and cooking template."],
[0, 0, 1597044289, "6Ij1S65M", "https://i.imgur.com/rICi6D3.jpg", 12, 1847, 544, 160410, "Perfect Food - Green Vegetables", "Gren leaves of cabbage and a cucubmer. A great template for food and recipes!"],
[0, 0, 1597044316, "TmCNblfl", "https://i.imgur.com/qP6Wgg9.jpg", 12, 3977, 870, 142045, "Cookies Template - Food and Meals", "A bowl of chocolate chip cookies. A perfect black and yellow template for instagram posts."],
[0, 0, 1597044316, "TmCNblfl", "https://i.imgur.com/qP6Wgg9.jpg", 12, 3978, 870, 142045, "Cookies Template - Food and Meals", "A bowl of chocolate chip cookies. A perfect black and yellow template for instagram posts."],
[0, 0, 1597044360, "9Ug5R0El", "https://i.imgur.com/s5rZ9if.jpg", 12, 2336, 482, 175278, "Sunset Love Instagram Template", "A couple looking at the sunset, a night view of the sky. A perfect template for those in love."],
[0, 0, 1597044360, "4hChgdPh", "https://i.imgur.com/R02SfY9.jpg", 12, 1086, 354, 125350, "Pink Love Instagram Template", "A couple kissing. A white text on a pink background."],
[0, 0, 1597044431, "g-_F_F0-", "https://i.imgur.com/RqKhFQw.png", 12, 1326, 203, 46877, "Illustrated Love Instagram Template", "An illustration of a woman walking with an air balloon. Love Template."],
@ -63,11 +63,11 @@
[0, 0, 1615818153, "-YUMQGS5", "https://i.imgur.com/Bw2soXU.jpeg", 14, 882, 188, 174589, "American Chopper Argument", "Meme template, guys arguing, throwing a chair, fight."],
[0, 0, 1615818821, "jrroVBEE", "https://i.imgur.com/ZJt36be.jpg", 14, 1575, 541, 52677, "Finding Neverland", "Meme template, boy crying on a bench, father hugging, Johnny Depp."],
[0, 0, 1615819766, "riFZgmuz", "https://i.imgur.com/s702Ga8.jpg", 14, 1348, 370, 70165, "Types of Headaches", "Meme template. Heads red areas, migrene, hypertension, stress."],
[0, 0, 1620806515, "70imObZ3", "https://i.imgur.com/5GcK3x5.jpg", 15, 98291, 36435, 44547, "Bold Sign", "Bold Sign: 3D effect. Type your own text. Modify the hue in the adjustment layer."],
[0, 0, 1623865612, "QSV6D5Gr", "https://i.imgur.com/wRx0n0M.jpeg", 15, 31656, 16377, 43485, "3D Sign", "This is a text with a 3D effect. \n\nThe Hue adjustment layer lets you change the Hue of the result."],
[0, 0, 1620806515, "70imObZ3", "https://i.imgur.com/5GcK3x5.jpg", 15, 98306, 36446, 44547, "Bold Sign", "Bold Sign: 3D effect. Type your own text. Modify the hue in the adjustment layer."],
[0, 0, 1623865612, "QSV6D5Gr", "https://i.imgur.com/wRx0n0M.jpeg", 15, 31657, 16377, 43485, "3D Sign", "This is a text with a 3D effect. \n\nThe Hue adjustment layer lets you change the Hue of the result."],
[0, 0, 1624285529, "oswpYsHc", "https://i.imgur.com/XAArVEH.jpeg", 15, 3475, 2039, 67511, "Vintage Sign", "A template for a Vintage Sign text, 3D effect, drop shadows."],
[0, 0, 1624292973, "hR2QlXuE", "https://i.imgur.com/2Ab5xzi.jpeg", 15, 1292, 352, 60403, "Summer Sales Sign", "3D Sign effect, Black Text on Yellow Background, glossy.\n\nEdit the Smart Object (double-click the thumbnail of a layer)."],
[0, 0, 1629026777, "h1rK8U_v", "https://i.imgur.com/AbStcvf.jpeg", 24, 5387, 1384, 167967, "Dark Blue Resume Template", "A free template for creating a resume (CV). Just load your own photo and replace the text :)"],
[0, 0, 1629026777, "h1rK8U_v", "https://i.imgur.com/AbStcvf.jpeg", 24, 5389, 1384, 167967, "Dark Blue Resume Template", "A free template for creating a resume (CV). Just load your own photo and replace the text :)"],
[0, 0, 1629027329, "YRhAHZ3E", "https://i.imgur.com/0YYKaTL.jpeg", 22, 4510, 1081, 1081005, "Party Flyer", "An invitation to a concert or a party, or a rock festival. Just fill in your own text. You can replace the background photo, too :)"],
[0, 0, 1629027754, "yz-L59ux", "https://i.imgur.com/01YvoGp.jpeg", 20, 1390, 238, 7401717, "Brochure Template", "A free template for a brochure, a front and a back side. Fill in your own text."],
[0, 0, 1629104061, "oBfXl5rP", "https://i.imgur.com/c5R8rIw.jpeg", 20, 1491, 594, 7834100, "Certificate Template", "Create a certificate, fill in names, remove the background."],
@ -83,13 +83,13 @@
[0, 0, 1630429291, "NAg6Ls7H", "https://i.imgur.com/znL9Df8.jpg", 24, 1164, 208, 148372, "Resume Template", "A free template for creating a resume (CV). Just load your own photo and replace the text."],
[0, 0, 1630429341, "56Hw3_oD", "https://i.imgur.com/KnkPJkX.jpg", 24, 542, 107, 112573, "Resume Template", "A free template for creating a resume (CV). Just load your own photo and replace the text."],
[0, 0, 1630662905, "EJ4La1Lj", "https://i.imgur.com/I5nfcch.jpg", 15, 2342, 1029, 21628, "Super! Neon Glow Sign", "3D text sign, replace the text with your own."],
[0, 0, 1630663028, "0o6neJfg", "https://i.imgur.com/kjNcAP1.jpg", 15, 1837, 1044, 146019, "Metallic Grey Sign", "3D text sign, replace the text with your own."],
[0, 0, 1630663169, "tpB6vZji", "https://i.imgur.com/kcbBgP1.jpg", 15, 4565, 2243, 66063, "Fantastic Neon Sign", "3D text sign, replace the text with your own. Blue Neon on a purple background."],
[0, 0, 1630663028, "0o6neJfg", "https://i.imgur.com/kjNcAP1.jpg", 15, 1838, 1044, 146019, "Metallic Grey Sign", "3D text sign, replace the text with your own."],
[0, 0, 1630663169, "tpB6vZji", "https://i.imgur.com/kcbBgP1.jpg", 15, 4567, 2243, 66063, "Fantastic Neon Sign", "3D text sign, replace the text with your own. Blue Neon on a purple background."],
[0, 0, 1630663242, "a75eYlc3", "https://i.imgur.com/493UB7b.jpg", 15, 8957, 3970, 166620, "Burning Sign", "3D text sign, replace the text with your own. Burning Fire on charcoal."],
[0, 0, 1630663298, "mGnCDNiW", "https://i.imgur.com/nsKbxB7.jpg", 15, 1007, 530, 164790, "Horror Sign", "3D text sign, replace the text with your own."],
[0, 0, 1630663428, "ggzthM22", "https://i.imgur.com/dSec3Om.jpg", 15, 16896, 6396, 208930, "Green Earth Sign", "3D Sign, replace text with your own. Green text on ferns."],
[0, 0, 1630663298, "mGnCDNiW", "https://i.imgur.com/nsKbxB7.jpg", 15, 1008, 530, 164790, "Horror Sign", "3D text sign, replace the text with your own."],
[0, 0, 1630663428, "ggzthM22", "https://i.imgur.com/dSec3Om.jpg", 15, 16899, 6398, 208930, "Green Earth Sign", "3D Sign, replace text with your own. Green text on ferns."],
[0, 0, 1630663520, "jPDI_91H", "https://i.imgur.com/rQ2vvxq.jpg", 15, 1147, 572, 14575, "Gelly Neon Sign", "3D Sign, replace text with your own. Cyan text on a purple background."],
[0, 0, 1630663624, "QkxqCgcu", "https://i.imgur.com/uyiNweu.jpg", 15, 5355, 2162, 14299, "Ice Melting Sign", "3D Sign, replace text with your own. Blue Melting ice and snow."],
[0, 0, 1630663624, "QkxqCgcu", "https://i.imgur.com/uyiNweu.jpg", 15, 5359, 2162, 14299, "Ice Melting Sign", "3D Sign, replace text with your own. Blue Melting ice and snow."],
[0, 0, 1630679401, "I-Jhpwbr", "https://i.imgur.com/J8TaH3S.jpg", 15, 269, 33, 56570, "Retro Western Sign", "3D text sign, replace the text with your own. Burning Fire on charcoal."],
[0, 0, 1630679487, "WUAwYYzJ", "https://i.imgur.com/U6Hp7bo.jpg", 15, 1343, 857, 15488, "Digital Text Template", "3D text sign, replace the text with your own. Burning Fire on charcoal."],
[0, 0, 1631191225, "vepAf3Sv", "https://i.imgur.com/uc21kTQ.png", 14, 494, 165, 14695, "Mom, can we have Meme", "Mom, can we have ABC? No, we have it at home. ABC at home: ... :)"],
@ -98,22 +98,22 @@
[0, 0, 1634227700, "7mXU3fAC", "https://i.imgur.com/WsMACB4.jpg", 15, 746, 224, 2455001, "Grafitti Bricks 3D Sign", "Grafitti on a wall of bricks, add your own text."],
[0, 0, 1634227827, "Hi5YXMb8", "https://i.imgur.com/1Bu5hyH.jpg", 15, 345, 227, 73673, "Thorns Sign", "White thorns text on a green background, add your own text."],
[0, 0, 1634227937, "fHq0uQ0d", "https://i.imgur.com/aMovoiL.jpg", 15, 1849, 553, 146209, "Under Water Sign", "3D text effect, water glossy sign."],
[0, 0, 1634228078, "qWHZKZSX", "https://i.imgur.com/97Y0HoM.jpg", 15, 13120, 5921, 17438, "Liquid Waves Sign", "Text with the effect of waves."],
[0, 0, 1634228078, "qWHZKZSX", "https://i.imgur.com/97Y0HoM.jpg", 15, 13122, 5921, 17438, "Liquid Waves Sign", "Text with the effect of waves."],
[0, 0, 1634228222, "Hcm4YKZk", "https://i.imgur.com/rTYY3fw.jpg", 15, 2958, 1512, 109696, "Antique Wood Sign", "Text on a wooden wall."],
[0, 0, 1634228590, "0TYhEM4u", "https://i.imgur.com/LLdYexI.jpg", 15, 1957, 1056, 350400, "Vintage Distorted Sign", "Add your own text."],
[0, 0, 1634228590, "0TYhEM4u", "https://i.imgur.com/LLdYexI.jpg", 15, 1958, 1056, 350400, "Vintage Distorted Sign", "Add your own text."],
[0, 0, 1634228655, "DLnbRplv", "https://i.imgur.com/FPJO5DY.jpg", 15, 1124, 743, 18358, "Pink Sign", "Add your own text."],
[0, 0, 1634228783, "rh_aaIG7", "https://i.imgur.com/Tem2VN6.jpg", 15, 6086, 3802, 288858, "Sticker Sign", "Add your own text."],
[0, 0, 1635777522, "ar7v1Jk7", "https://i.imgur.com/jXGDZgK.png", 60, 117, 4, 37966, "Box Blur Algorithm", "A visualization of a box blur algorithm, modifiable."],
[0, 0, 1638889877, "gHChMMHH", "https://i.imgur.com/g8Vk6YE.gif", 16, 4421, 552, 790542, "Dancing Santa Animation", "Insert your face, or a face of your friend, and export a GIF of a dancing Santa! :)"],
[0, 0, 1638889877, "gHChMMHH", "https://i.imgur.com/g8Vk6YE.gif", 16, 4422, 553, 790542, "Dancing Santa Animation", "Insert your face, or a face of your friend, and export a GIF of a dancing Santa! :)"],
[0, 0, 1640345839, "W4RMPCFN", "https://i.imgur.com/Gbj3RDW.gif", 16, 1190, 137, 977099, "Falling Snow Animation", "Paste your own photo and export a GIF with a falling snow on top of it :)"],
[0, 0, 1643018894, "e6Y3uf3z", "https://i.imgur.com/9LVYIwL.gif", 16, 4317, 608, 1077230, "Christmas Lights Animation", "Put christmas lights over your own photo :)"],
[0, 0, 1644571172, "twl9HqX_", "https://i.imgur.com/tRIle5S.jpg", 14, 575, 170, 96171, "I Bet He's Thinking About Other Women", "Make your own version of a famous meme :)"],
[0, 0, 1648630058, "Z4UlfMNs", "https://i.imgur.com/5fLdkmR.jpeg", 14, 3807, 696, 95082, "Will Smith Slap at Oscar", "Make your own Will Smith Slap meme :)"],
[0, 0, 1644571172, "twl9HqX_", "https://i.imgur.com/tRIle5S.jpg", 14, 576, 170, 96171, "I Bet He's Thinking About Other Women", "Make your own version of a famous meme :)"],
[0, 0, 1648630058, "Z4UlfMNs", "https://i.imgur.com/5fLdkmR.jpeg", 14, 3809, 697, 95082, "Will Smith Slap at Oscar", "Make your own Will Smith Slap meme :)"],
[1, 0, 1649602765, "tSp7058p", "https://i.imgur.com/RoBnkjm.png", 30, 0, 1462, 1729, "3D Depth Viewer", "Load an Image and a Depth Map, and view them in 3D!\n\nhttps:\/\/www.photopea.com\/tuts\/how-to-make-a-facebook-3d-photo-easily\/"],
[0, 0, 1656865639, "dGtz_awx", "https://i.imgur.com/YW96xjs.jpg", 15, 746, 425, 33983, "View Count Sign", "A simple sign with one number"],
[0, 0, 1662553052, "00zKZ0ge", "https://i.imgur.com/WN8kmvY.png", 15, 511, 179, 14153, "Bold 3D text with a shadow", "Create your own sign, 3D text with a black edge."],
[0, 1, 1642377309, "jl_aFfHV", "https://i.imgur.com/KCJquBK.png", 60, 1426, 442, 453774, "Squid Game Mask Mockup", "This file was made for this YouTube tutorial https:\/\/youtu.be\/69mrnqF_LLw\n\nYou can double click and edit logo on the mask by replacing it in the smart object. Just paste your graphic there (Photopea will open second project tab) and after all save it using File - Save Smat Object. Or simple use CTRL+S."],
[0, 1, 1646207970, "48k8yCSY", "https://i.imgur.com/wlnBbzq.jpg", 25, 5436, 1029, 973832, "Certificate-Template-001-A4-H", "This is fully editable Certificate\/Diploma template. \nYou can edit all the text in the document and even change colors.\n\nThis template has size of A4 (that is common size in Europe but can be printed in US Letter size too)\n\nIt contains VARIABLES. What does it mean? \nYou can put your own CSV (for example Excel od Google Spreadsheet file) with hundrets of participiants with their own certificate number. And they are easily to export it with one mouse click to a ZIP file. No more typing by hand - lets automate it in just a few minutes!\n\nWant to know more about it. Please read: https:\/\/www.photopea.com\/learn\/variables"],
[0, 1, 1646207970, "48k8yCSY", "https://i.imgur.com/wlnBbzq.jpg", 25, 5440, 1031, 973832, "Certificate-Template-001-A4-H", "This is fully editable Certificate\/Diploma template. \nYou can edit all the text in the document and even change colors.\n\nThis template has size of A4 (that is common size in Europe but can be printed in US Letter size too)\n\nIt contains VARIABLES. What does it mean? \nYou can put your own CSV (for example Excel od Google Spreadsheet file) with hundrets of participiants with their own certificate number. And they are easily to export it with one mouse click to a ZIP file. No more typing by hand - lets automate it in just a few minutes!\n\nWant to know more about it. Please read: https:\/\/www.photopea.com\/learn\/variables"],
[0, 1, 1646208359, "5Ce4yfUG", "https://i.imgur.com/A6JraSQ.jpeg", 25, 1205, 294, 971130, "Certificate-Template-001-A4-V", "This is fully editable Certificate\/Diploma template. \nYou can edit all the text in the document and even change colors.\n\nThis template has size of A4 (that is common size in Europe but can be printed in US Letter size too)\n\nIt contains VARIABLES. What does it mean? \nYou can put your own CSV (for example Excel od Google Spreadsheet file) with hundrets of participiants with their own certificate number. And they are easily to export it with one mouse click to a ZIP file. No more typing by hand - lets automate it in just a few minutes!\n\nWant to know more about it. Please read: https:\/\/www.photopea.com\/learn\/variables"],
[0, 2, 1622685868, "48W_yWwX", "https://i.imgur.com/N02oAhj.png", 0, 224, 79, 14834, "top text bottom text", "for memes"],
[0, 3, 1595367974, "GEiPiJ3G", "https://i.imgur.com/zc3YJra.jpg", 11, 1725, 842, 1485847, "Gaming Youtube Thumbnail", "Youtube thumbnail template for a gaming channel. Just replace text and images, and you're good to go!"],
@ -129,112 +129,112 @@
[0, 4, 1600245541, "coMZ_M8b", "https://i.imgur.com/zgqKQeP.png", 60, 2748, 116, 7815, "File Icon", "File icon template for any file format."],
[0, 4, 1600246700, "Kz9gZey0", "https://i.imgur.com/sGx8FVU.png", 11, 1752, 705, 1257824, "Youtube Thumbnail Space", "Youtube Thumbnail for your videos."],
[0, 4, 1600246711, "rvDqZeC7", "https://i.imgur.com/gd3ne9l.jpg", 11, 4458, 1240, 1400067, "Youtube Thumbnail Tower", "Youtube Thumbnail for your videos."],
[1, 4, 1649965753, "xA9dv3Ro", "https://i.imgur.com/CY9bDps.png", 1, 0, 2750, 133, "Emoji (Twemoji Plugin)", "Insert emoji to your project. Contains emojis from Twemoji (default), OpenMoji, Noto Emoji, Blobmoji, Emoji One and EmojiTwo. Use right-click to see all variants and CTRL + right-click for black and white versions."],
[1, 4, 1649966042, "hcU-j2_Q", "https://i.imgur.com/yocdas0.png", 20, 0, 1446, 145, "QR Code Maker", "Create QR codes easily from your URL or text."],
[1, 4, 1649965753, "xA9dv3Ro", "https://i.imgur.com/CY9bDps.png", 1, 0, 2751, 133, "Emoji (Twemoji Plugin)", "Insert emoji to your project. Contains emojis from Twemoji (default), OpenMoji, Noto Emoji, Blobmoji, Emoji One and EmojiTwo. Use right-click to see all variants and CTRL + right-click for black and white versions."],
[1, 4, 1649966042, "hcU-j2_Q", "https://i.imgur.com/yocdas0.png", 20, 0, 1447, 145, "QR Code Maker", "Create QR codes easily from your URL or text."],
[1, 4, 1649966268, "lKQwe9oT", "https://i.imgur.com/9df4vOi.png", 20, 0, 545, 143, "Chart Maker (Google Charts)", "Generates charts from your data using Google API. Supported charts are Area Chart, Bar Chart, Bubble Chart, Candlestick Chart, Column Chart, Combo Chart, Histogram, Line Chart, Pie Chart, Scatter Chart and Stepped Area Chart."],
[1, 4, 1649966342, "z_ccCMxl", "https://i.imgur.com/H4gsjGf.png", 30, 0, 1733, 145, "Adaptive Palette", "This plugin allows you to quickly pick an alternative color from different palettes (Brightness, HueShift, Intensity, Tint, Tones, Saturation, Previous, etc..). Special \"From image\" palette displays colors taken directly from the current Photopea project."],
[1, 4, 1649966457, "CBIMJS4m", "https://i.imgur.com/sdFgsOp.png", 30, 0, 1363, 139, "Similar Letter", "Select letter with Magic Wand tool and enter which letter it is, then click button and it will offer 20 most similar letters in Photopea fonts. Can help you identify font from rasterized image (if font from Photopea was used) or find similar looking font included in Photopea to some unknown or known font in your raster image\/logo\/screenshot etc. You can also sketch shape of letter with brush and find some font which has simlar looking letter."],
[1, 4, 1649966342, "z_ccCMxl", "https://i.imgur.com/H4gsjGf.png", 30, 0, 1735, 145, "Adaptive Palette", "This plugin allows you to quickly pick an alternative color from different palettes (Brightness, HueShift, Intensity, Tint, Tones, Saturation, Previous, etc..). Special \"From image\" palette displays colors taken directly from the current Photopea project."],
[1, 4, 1649966457, "CBIMJS4m", "https://i.imgur.com/sdFgsOp.png", 30, 0, 1364, 139, "Similar Letter", "Select letter with Magic Wand tool and enter which letter it is, then click button and it will offer 20 most similar letters in Photopea fonts. Can help you identify font from rasterized image (if font from Photopea was used) or find similar looking font included in Photopea to some unknown or known font in your raster image\/logo\/screenshot etc. You can also sketch shape of letter with brush and find some font which has simlar looking letter."],
[1, 4, 1649966545, "38LDuleD", "https://i.imgur.com/3MSF58R.png", 20, 0, 695, 143, "Chart Maker (Basic)", "Generates charts from your data. Supported charts are Column Chart, Stacked Column Chart, Bar Chart, Stacked Bar Chart, Line Chart, Pie Chart, Donut Chart and Map Chart."],
[1, 4, 1649966872, "OIUXsO97", "https://i.imgur.com/25X4zVe.png", 0, 0, 840, 140, "Wikipedia Images", "Search for main images in english wikipedia pages. Images may be subject to copyright. To check license terms right click or long press on image and select \"License information\" from menu."],
[1, 4, 1650274530, "8UJnFyQJ", "https://i.imgur.com/Xw6SN0X.png", 30, 0, 680, 141, "Image to Data URI Converter", "Convert your image to Data URI for embedding directly in your HTML or CSS code using base64 encoding without the need for additional image files. You can choose from PNG, JPEG, SVG and WEBP format and copy to clipboard with single click."],
[5, 4, 1650821275, "7hIhBY6m", "https://i.imgur.com/vtO6V38.png", 0, 0, 2671, 22561, "Cool Text Styles", "Cool text styles for your text layers. Styles included: BoostStyle, CoolStyle, DealStyle, DopeStyle, GreatStype, HypeStyle, KickStyle, PrizeStyle, WestStyle. Recommended font is Jost-ExtraBold size 190px. To scale to any size use Layer\/Layer Style\/Scale Effects."],
[1, 4, 1653768018, "aqmreyJ_", "https://i.imgur.com/PMwzsS4.png", 30, 0, 717, 141, "Batch Edit Tool", "Resize, crop or rotate multiple open images in seconds. You can also rename, save, convert or close your documents, automatically add border and custom text to your photos or flatten layered documents. Advanced users can apply custom script to one or more images with single click."],
[5, 4, 1650821275, "7hIhBY6m", "https://i.imgur.com/vtO6V38.png", 0, 0, 2672, 22561, "Cool Text Styles", "Cool text styles for your text layers. Styles included: BoostStyle, CoolStyle, DealStyle, DopeStyle, GreatStype, HypeStyle, KickStyle, PrizeStyle, WestStyle. Recommended font is Jost-ExtraBold size 190px. To scale to any size use Layer\/Layer Style\/Scale Effects."],
[1, 4, 1653768018, "aqmreyJ_", "https://i.imgur.com/PMwzsS4.png", 30, 0, 718, 141, "Batch Edit Tool", "Resize, crop or rotate multiple open images in seconds. You can also rename, save, convert or close your documents, automatically add border and custom text to your photos or flatten layered documents. Advanced users can apply custom script to one or more images with single click."],
[1, 4, 1655483318, "Nmp_w9SY", "https://i.imgur.com/x0rZkod.png", 20, 0, 611, 142, "Mandelbrot Fractal Generator", "Explore the Mandelbrot Set and generate fractal images. Drag on the image to draw a box, and the program will zoom in on that box. You can also adjust your color palette for perfect coloring, browse gallery of examples or save and load current settings that produced the image. Allows deep zoom with basic perturbation algorithm."],
[1, 4, 1656144612, "5l6PHad-", "https://i.imgur.com/nQfUWXR.png", 30, 0, 489, 152, "JPEG XL, AVIF, HEIC Plugin", "Open and save your images in JPEG XL (jxl) and AVIF (avif) formats or open images in HEIC (heic or heif) format."],
[1, 4, 1656670805, "jYVSOL4g", "https://i.imgur.com/tPhi8l1.png", 20, 0, 392, 144, "Maze Generator", "Create your own maze puzzles. You can customize size, shape and colors of the puzzle and choose your favorite maze generation algorithm. Generated image can be converted to vector shape which allows you to enhance the image later without quality loss."],
[1, 4, 1657300946, "tBRjB07-", "https://i.imgur.com/ln8wxua.png", 30, 0, 342, 138, "OCR Plugin", "Are you looking to extract text from images? This plugin detects the text in your image or part of the image based on current rectangle selection and display it as a readable (and selectable) text. 39 languages are supported. Recognized text can be added as text layer to your document. It uses Tesseract.js API, please support authors here: https:\/\/github.com\/naptha\/tesseract.js"],
[1, 4, 1658338173, "9cHI4uRa", "https://i.imgur.com/KL1D8hb.png", 20, 0, 1387, 140, "Clouds Generator", "Generate your own realistic clouds. Use randomize buttons or adjust cloud and shadow options manually to create visually credible clouds."],
[1, 4, 1658338173, "9cHI4uRa", "https://i.imgur.com/KL1D8hb.png", 20, 0, 1389, 140, "Clouds Generator", "Generate your own realistic clouds. Use randomize buttons or adjust cloud and shadow options manually to create visually credible clouds."],
[1, 4, 1663416457, "d52VtJgZ", "https://i.imgur.com/9zD9fVX.png", 20, 0, 80, 137, "LaTeX Editor", "Create and edit formatted mathematical equations from LaTeX markup using powerful MathJax JavaScript library. The original LaTeX markup is stored in a layer name to allow editing the LaTeX layer (Smart Object) in the future via this plugin. To support MathJax authors go to https:\/\/www.mathjax.org\/#sponsors"],
[0, 5, 1625795091, "YRGR3E-U", "https://i.imgur.com/nBZJdmU.png", 60, 630, 94, 128714, "Magic Flame", "Customizable fantasy style flame with an anamorphic flare. Styles can easily be chosen with the included adjustment layers."],
[0, 5, 1625798662, "dUnVg0D1", "https://i.imgur.com/oCtvX6B.jpg", 60, 1286, 238, 218936, "Lens Flare", "Customizable lens flare PSD."],
[0, 5, 1625853662, "m65gSYfi", "https://i.imgur.com/p12DNoU.jpg", 11, 1113, 311, 600058, "Photopea Tutorial Thumbnail", "Thumbnail for a Photopea tutorial video"],
[0, 5, 1628046084, "KH04tLq4", "https://i.imgur.com/ybFRcYU.jpg", 2, 2290, 584, 688471, "Digital Asset Pack Mockup", "Make a little box for your brushes, overlays, stock photos, actions, or other digital assets."],
[0, 5, 1628046084, "KH04tLq4", "https://i.imgur.com/ybFRcYU.jpg", 2, 2291, 589, 688471, "Digital Asset Pack Mockup", "Make a little box for your brushes, overlays, stock photos, actions, or other digital assets."],
[0, 5, 1628361677, "b_7ZUwAy", "https://i.imgur.com/xUs0LjP.jpg", 14, 486, 100, 88642, "Mel Gibson Talking to Bloody Jesus", "Jajaja"],
[0, 5, 1628703104, "msLJhWno", "https://i.imgur.com/34s8x3d.jpg", 15, 2024, 189, 5540779, "Glow Text", "Based on https:\/\/www.youtube.com\/watch?v=AbSEtXJUtL0"],
[0, 5, 1628703104, "msLJhWno", "https://i.imgur.com/34s8x3d.jpg", 15, 2025, 189, 5540779, "Glow Text", "Based on https:\/\/www.youtube.com\/watch?v=AbSEtXJUtL0"],
[0, 5, 1629041967, "HRq1a4l8", "https://i.imgur.com/aC8xlNl.jpg", 11, 721, 122, 3950347, "Photopea Tutorial Thumbnail 2", "A better Photopea thumbnail template"],
[0, 5, 1630279132, "RfUelY4C", "https://i.imgur.com/T3IUzPP.jpg", 1, 2786, 388, 11165478, "Desktop Wallpaper Mockup", "Show off how good your wallpaper would look on a computer screen!"],
[0, 5, 1630975261, "x4uKSbGB", "https://i.imgur.com/5OSkWex.jpg", 15, 9287, 3449, 1755775, "Shockwave Text", "Made with https:\/\/www.deviantart.com\/yikuans\/art\/15-Smoke-Overlays-891103314 and https:\/\/www.deviantart.com\/yikuans\/art\/Lens-Flare-Components-Deluxe-888810787"],
[0, 5, 1630279132, "RfUelY4C", "https://i.imgur.com/T3IUzPP.jpg", 1, 2787, 388, 11165478, "Desktop Wallpaper Mockup", "Show off how good your wallpaper would look on a computer screen!"],
[0, 5, 1630975261, "x4uKSbGB", "https://i.imgur.com/5OSkWex.jpg", 15, 9290, 3450, 1755775, "Shockwave Text", "Made with https:\/\/www.deviantart.com\/yikuans\/art\/15-Smoke-Overlays-891103314 and https:\/\/www.deviantart.com\/yikuans\/art\/Lens-Flare-Components-Deluxe-888810787"],
[0, 5, 1631235943, "fD_Off7R", "https://i.imgur.com/ySsVrek.jpg", 15, 2540, 457, 5805593, "Reflected logo", "cool"],
[0, 5, 1637637003, "mKSXkL48", "https://i.imgur.com/YwZR2X5.jpg", 15, 1095, 310, 13408133, "Matrix-Style Title", "Effortlessly create your own Matrix title!"],
[0, 5, 1638066128, "yPObfYfq", "https://i.imgur.com/ML2Omhr.jpg", 15, 1836, 195, 16730126, "Electric Title", "Easily create an electrifying text effect and customize its color and font!"],
[0, 5, 1639098605, "AO-_u-Kp", "https://i.imgur.com/175OsXC.jpg", 60, 435, 78, 4645915, "Lens Flare 2", "oka y"],
[0, 5, 1640569846, "y5mxhOFM", "https://i.imgur.com/ztfBeL2.gif", 16, 3553, 407, 11665989, "Animated YouTube Outro", "Easily customizable YouTube end screen template!"],
[0, 5, 1641659051, "Firprb2c", "https://i.imgur.com/8sb5Ku0.jpg", 15, 1499, 97, 4209930, "Fire Title", "The effect is pretty fire not gonna lie"],
[0, 5, 1640569846, "y5mxhOFM", "https://i.imgur.com/ztfBeL2.gif", 16, 3554, 407, 11665989, "Animated YouTube Outro", "Easily customizable YouTube end screen template!"],
[0, 5, 1641659051, "Firprb2c", "https://i.imgur.com/8sb5Ku0.jpg", 15, 1500, 97, 4209930, "Fire Title", "The effect is pretty fire not gonna lie"],
[0, 5, 1641762609, "CoMRVQ83", "https://i.imgur.com/RBxB5sW.jpg", 11, 356, 67, 109299, "Photopea Tutorial Thumbnail 3", "A(nother) simple thumbnail for Photopea tutorial videos. This can also be used for speedarts, breakdowns, etc."],
[0, 5, 1641950827, "2KSBBYBr", "https://i.imgur.com/WaRhcoA.jpg", 15, 417, 29, 7659312, "Explosion Title", "I made this explosion effect I made while bored. I wanted to share in case anyone finds it useful or interesting."],
[0, 5, 1642198184, "yIyZ7tdJ", "https://i.imgur.com/r7cSR7Z.jpg", 15, 7021, 1650, 5624238, "Glow and Reflection", "Put your graphic into the spotlight! This pseudo-3D template is sure to make your 2D designs pop."],
[0, 5, 1642356335, "I-BsldV8", "https://i.imgur.com/Da0oLML.jpg", 15, 1930, 390, 9964323, "Ice Title", "Custom bevel and procedural particle FX!"],
[0, 5, 1642198184, "yIyZ7tdJ", "https://i.imgur.com/r7cSR7Z.jpg", 15, 7026, 1651, 5624238, "Glow and Reflection", "Put your graphic into the spotlight! This pseudo-3D template is sure to make your 2D designs pop."],
[0, 5, 1642356335, "I-BsldV8", "https://i.imgur.com/Da0oLML.jpg", 15, 1932, 390, 9964323, "Ice Title", "Custom bevel and procedural particle FX!"],
[0, 5, 1646515837, "pVXVBAMK", "https://i.imgur.com/R0BNsyi.png", 11, 259, 83, 22115, "YouTube End Cards Background", "Simple and customizable template for YouTube outros, modeled over the default end card positions such that you don't have to drag them around. Easily insert a background image, add text, and more!"],
[1, 5, 1649633937, "aj2heMFD", "https://lunalgraphics.github.io/example-images/spritereplicator-example2-after.jpg", 12, 0, 2053, 169, "Sprite Replicator", "An tool for creating complex patterns and particle effects. Learn more at https:\/\/dartfling.vercel.app\/product?pid=8"],
[1, 5, 1649634177, "GxSCdbW_", "https://raw.githubusercontent.com/lunalgraphics/lunalgraphics.github.io/14ed0891ce4bba86347a964802f026e1f594ff0a/marketing-images/colortheater-banner.jpg", 11, 0, 6086, 141, "Color Theater", "An easy to use but powerful color-grading tool. Learn more at https:\/\/dartfling.vercel.app\/product?pid=4"],
[1, 5, 1649984363, "b1DGPo2R", "https://lunalgraphics.github.io/example-images/zeus-example1-after.jpg", 10, 0, 4608, 141, "Zeus - Electric Energy FX", "Create custom electricity-inspired visual effects! Learn more at https:\/\/dartfling.vercel.app\/product?pid=2"],
[1, 5, 1650036035, "8ngLZTIx", "https://i.imgur.com/NhuV8i4.jpg", 10, 0, 1151, 149, "Fractal Noise", "Advanced Perlin\/Fractal Noise renderer. More customizable than the Clouds filter.\n\nTutorial: https:\/\/www.youtube.com\/watch?v=3eTlaqApDGs"],
[1, 5, 1649634177, "GxSCdbW_", "https://raw.githubusercontent.com/lunalgraphics/lunalgraphics.github.io/14ed0891ce4bba86347a964802f026e1f594ff0a/marketing-images/colortheater-banner.jpg", 11, 0, 6089, 141, "Color Theater", "An easy to use but powerful color-grading tool. Learn more at https:\/\/dartfling.vercel.app\/product?pid=4"],
[1, 5, 1649984363, "b1DGPo2R", "https://lunalgraphics.github.io/example-images/zeus-example1-after.jpg", 10, 0, 4609, 141, "Zeus - Electric Energy FX", "Create custom electricity-inspired visual effects! Learn more at https:\/\/dartfling.vercel.app\/product?pid=2"],
[1, 5, 1650036035, "8ngLZTIx", "https://i.imgur.com/NhuV8i4.jpg", 10, 0, 1152, 149, "Fractal Noise", "Advanced Perlin\/Fractal Noise renderer. More customizable than the Clouds filter.\n\nTutorial: https:\/\/www.youtube.com\/watch?v=3eTlaqApDGs"],
[0, 5, 1651341764, "eaJ4Kcms", "https://i.imgur.com/I14qcZl.jpg", 60, 441, 70, 4756657, "Lens Flare 3", "Customizable anamorphic lens flare effect"],
[0, 5, 1653774781, "LUC4PE_m", "https://i.imgur.com/fPdJKvO.jpg", 14, 389, 62, 935587, "Animated Nerd Face Emoji", "From r\/whenthe"],
[1, 5, 1654133454, "ziolOfs4", "https://i.imgur.com/ejfeNcA.jpeg", 1, 0, 2371, 132, "3D Elements", "Add GLB models to your Photopea projects! Designed by mustafaGFX ( https:\/\/github.com\/mustafaGFX )."],
[1, 5, 1659915738, "P9JScpva", "https://i.imgur.com/SH7NwfI.jpeg", 10, 0, 1318, 153, "Starburst generator", "Generate a starburst light flare effect to add to your images!"],
[1, 5, 1659915738, "P9JScpva", "https://i.imgur.com/SH7NwfI.jpeg", 10, 0, 1319, 153, "Starburst generator", "Generate a starburst light flare effect to add to your images!"],
[0, 5, 1662227188, "mhgVaiHr", "https://i.imgur.com/TyOCauV.png", 60, 92, 0, 8607, "Elliptical light falloff", "cool"],
[1, 5, 1666126423, "zh808Q_c", "https://i.imgur.com/wkxHjVK.jpeg", 1, 0, 39, 199, "Pexels Embed", "Embed pexels.com into Photopea for quick access to one of the biggest stock image sites on the internet.."],
[0, 6, 1595367974, "Jh67Y-Kk", "https://i.imgur.com/bjZpfa7.png", 15, 17497, 9196, 34795, "Text styles", "Exclusive text style by UnBest"],
[0, 7, 1598889099, "E4bJER5O", "https://i.imgur.com/eFqMOhC.jpg", 2, 2819, 279, 3322433, "Box Mockups", "The best Box Mockup helps you to showcase packaging designs for the final presentation. You will see the smart layer in it that provides the easiness for amendment."],
[0, 7, 1598890123, "td7q9Ed-", "https://i.imgur.com/1OPNc0A.jpg", 2, 15205, 3467, 1172599, "Hanging Wall Sign", "Make your signage or logo presentation stand out with this photorealistic mock-up of an original round wall sign. The high-quality PSD file includes a smart layer where you can simply drag and drop your design."],
[0, 7, 1598890123, "td7q9Ed-", "https://i.imgur.com/1OPNc0A.jpg", 2, 15209, 3469, 1172599, "Hanging Wall Sign", "Make your signage or logo presentation stand out with this photorealistic mock-up of an original round wall sign. The high-quality PSD file includes a smart layer where you can simply drag and drop your design."],
[0, 7, 1598890654, "nIOQ7tcZ", "https://i.imgur.com/4SF65vs.jpg", 0, 6318, 779, 6050131, "Shop Facade Logo", "Today we have for you a new logo mock-up of a shop facade that will make your branding design projects stand out. The PSD file includes smart objects so you can easily add your own design and create a flawless presentation"],
[0, 7, 1621609499, "pIJxJX-Q", "https://i.imgur.com/N0Vj2kB.jpg", 2, 17161, 2521, 6226084, "realistic t-shirts mockup", "The best T-shirt Mockup which you can use freely to showcase your next t-shirt project. You can change the color of the t-shirt by applying background fill inside the smart object. You can change the inner color of the hanging t-shirt."],
[0, 7, 1621609499, "pIJxJX-Q", "https://i.imgur.com/N0Vj2kB.jpg", 2, 17162, 2522, 6226084, "realistic t-shirts mockup", "The best T-shirt Mockup which you can use freely to showcase your next t-shirt project. You can change the color of the t-shirt by applying background fill inside the smart object. You can change the inner color of the hanging t-shirt."],
[0, 7, 1621610343, "m-qAlc8j", "https://i.imgur.com/LSLy2rG.jpg", 2, 1946, 234, 8544483, "Event Ticket Mockup", "Simple and clean ticket mockups. As always, mockups are easy to customize to your needs \u2013 you can present your ticket project within seconds"],
[0, 7, 1621614043, "1aY3Zns4", "https://i.imgur.com/yFsXitU.jpg", 2, 15165, 3856, 2118187, "Floating Business Card Mockup", "Showcase your branding designs with flying business cards! \nyou can replace the front and the back design of the business card, change the background color, and fully customize your image"],
[0, 7, 1621614043, "1aY3Zns4", "https://i.imgur.com/yFsXitU.jpg", 2, 15166, 3856, 2118187, "Floating Business Card Mockup", "Showcase your branding designs with flying business cards! \nyou can replace the front and the back design of the business card, change the background color, and fully customize your image"],
[0, 7, 1621614622, "EOyb6tTz", "https://i.imgur.com/AHZRIoV.jpeg", 0, 1145, 172, 1036557, "Sticker Mockup", "An easy-to-use mockup for presenting sticker designs: Simply add your vector graphics to the smart layer and see how your sticker will look like in real life"],
[0, 7, 1621684704, "eZZan9uq", "https://i.imgur.com/I1so86M.jpg", 2, 2097, 258, 4335274, "Box Mockups 2", "part 2\nThe best Box Mockup helps you to showcase packaging designs for the final presentation. You will see the smart layer in it that provides the easiness for amendment."],
[0, 7, 1621684704, "eZZan9uq", "https://i.imgur.com/I1so86M.jpg", 2, 2110, 261, 4335274, "Box Mockups 2", "part 2\nThe best Box Mockup helps you to showcase packaging designs for the final presentation. You will see the smart layer in it that provides the easiness for amendment."],
[0, 7, 1621684973, "HRVbn1ou", "https://i.imgur.com/RO2JPfQ.jpg", 2, 1147, 141, 2852154, "Box Mockups 3", "part 3 The best Box Mockup that helps you to showcase packaging designs for the final presentation. You will see the smart layer in it that provides the easiness for amendment."],
[0, 7, 1621685807, "Nu4BC58u", "https://i.imgur.com/7peolao.jpg", 2, 6626, 1341, 1469641, "Vertical Business Card Mockup", "use the best vertical business card mockup PSD file for your next business project. This has the best perspective with clean photo-realistic looks. You can use this vertical business card mockup for a commercial or personal project."],
[0, 7, 1630692650, "jSMybe-7", "https://i.imgur.com/nsroJil.jpg", 0, 396, 110, 11583809, "smart band", "full editable smart band mockup"],
[0, 7, 1630692866, "7dtCSgfQ", "https://i.imgur.com/HVHhnY6.jpg", 0, 2105, 384, 755808, "notebook", "full editable notebook mockup"],
[0, 7, 1630842968, "CAJ94Cb1", "https://i.imgur.com/Z3f4hYA.jpg", 0, 4430, 630, 16173095, "cup mockup", "2 cups free mockup"],
[0, 7, 1630692866, "7dtCSgfQ", "https://i.imgur.com/HVHhnY6.jpg", 0, 2106, 384, 755808, "notebook", "full editable notebook mockup"],
[0, 7, 1630842968, "CAJ94Cb1", "https://i.imgur.com/Z3f4hYA.jpg", 0, 4431, 632, 16173095, "cup mockup", "2 cups free mockup"],
[0, 7, 1630889315, "QlzjKw8s", "https://i.imgur.com/KKPkwB9.jpg", 0, 611, 192, 460085, "flash mockup", "free realistic flash mockup"],
[0, 7, 1630889666, "V1Bk5Fn4", "https://i.imgur.com/fq5V3NJ.jpg", 0, 976, 212, 1359291, "pin mockup", "realistic pin mockup"],
[0, 7, 1640478912, "iDjas1i7", "https://i.imgur.com/AbhpyWb.gif", 16, 26906, 4065, 184972, "logo animation", "adjustable logo animation with easy clear layers, you can replace logo and color quickly"],
[0, 7, 1640478912, "iDjas1i7", "https://i.imgur.com/AbhpyWb.gif", 16, 26913, 4065, 184972, "logo animation", "adjustable logo animation with easy clear layers, you can replace logo and color quickly"],
[3, 7, 1650851348, "TzJzOJBB", "https://i.imgur.com/S3hKlFm.jpeg", 0, 0, 3004, 8146325, "watercolor", "realistic watercolor brushes\nyou can use it for digital painting and editing"],
[0, 8, 1612277646, "T6OQWyRF", "https://i.imgur.com/fNAaMog.jpeg", 11, 11970, 3861, 5153440, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/3jbkfZL (CAMBIT Creates on YT)"],
[0, 8, 1612277646, "T6OQWyRF", "https://i.imgur.com/fNAaMog.jpeg", 11, 11972, 3861, 5153440, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/3jbkfZL (CAMBIT Creates on YT)"],
[0, 8, 1612277883, "YQWO2Nrf", "https://i.imgur.com/1BMXG66.jpg", 11, 10406, 3167, 3407042, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/3jbkfZL (CAMBIT Creates on YT)"],
[0, 8, 1612277979, "059BeiwE", "https://i.imgur.com/wwhtrMi.jpg", 11, 11460, 4996, 5656427, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/3jbkfZL (CAMBIT Creates on YT)"],
[0, 8, 1612277979, "059BeiwE", "https://i.imgur.com/wwhtrMi.jpg", 11, 11463, 4996, 5656427, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/3jbkfZL (CAMBIT Creates on YT)"],
[0, 8, 1612278095, "GB7k2aof", "https://i.imgur.com/1WiOwg8.jpeg", 11, 4580, 1187, 3455074, "Simple YouTube End Screen", "Simple, easily customizable YouTube End Screen.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/39G0pmv (CAMBIT Creates on YT)"],
[0, 8, 1612278221, "Wl1P3KKX", "https://i.imgur.com/c3iYexa.jpeg", 0, 4576, 1065, 8412690, "Simple YouTube End Screen", "Simple, easily customizable YouTube End Screen.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/39G0pmv (CAMBIT Creates on YT)"],
[0, 8, 1612278296, "OGGk-r94", "https://i.imgur.com/WfSW6AL.jpg", 11, 2268, 597, 7331748, "Simple YouTube End Screen", "Simple, easily customizable YouTube End Screen.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/39G0pmv (CAMBIT Creates on YT)"],
[0, 8, 1612278524, "6JbggYyc", "https://i.imgur.com/Av4atLh.jpg", 11, 1982, 512, 3485754, "Simple YouTube End Screen", "Simple, easily customizable YouTube End Screen.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/39G0pmv (CAMBIT Creates on YT)"],
[0, 8, 1612278898, "3EnNJiGg", "https://i.imgur.com/YD9z5jQ.jpg", 11, 3744, 1691, 355184, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\nhttps:\/\/bit.ly\/3jbkfZL (CAMBIT Creates on YT)"],
[0, 8, 1612279032, "F7XgAax_", "https://i.imgur.com/IlCcfp0.jpg", 11, 10573, 3850, 3395167, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/1e16jpe9 (CAMBIT Creates on YT)"],
[0, 8, 1612279087, "6i0sGHH5", "https://i.imgur.com/zO2QQl2.jpg", 11, 6035, 2032, 4980620, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/1e16jpe9 (CAMBIT Creates on YT)"],
[0, 8, 1612279032, "F7XgAax_", "https://i.imgur.com/IlCcfp0.jpg", 11, 10574, 3850, 3395167, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/1e16jpe9 (CAMBIT Creates on YT)"],
[0, 8, 1612279087, "6i0sGHH5", "https://i.imgur.com/zO2QQl2.jpg", 11, 6036, 2033, 4980620, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/1e16jpe9 (CAMBIT Creates on YT)"],
[0, 8, 1612279142, "yMbjJ7Ef", "https://i.imgur.com/CdxHXFO.jpg", 11, 2920, 1428, 115667, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/1e16jpe9 (CAMBIT Creates on YT)"],
[0, 8, 1612279191, "SlmPx69t", "https://i.imgur.com/juaoVK2.jpg", 11, 9426, 3636, 5447982, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/1e16jpe9 (CAMBIT Creates on YT)"],
[0, 8, 1612279191, "SlmPx69t", "https://i.imgur.com/juaoVK2.jpg", 11, 9427, 3636, 5447982, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/1e16jpe9 (CAMBIT Creates on YT)"],
[0, 8, 1612279361, "tFYDK8wL", "https://i.imgur.com/j8eJp9D.jpg", 11, 8887, 4313, 3102153, "Simple YouTube Thumbnail", "Simple, easily customizable YouTube Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/184hzd6w (CAMBIT Creates on YT)"],
[0, 8, 1612279423, "YCX2nm4c", "https://i.imgur.com/x6tpywI.jpeg", 11, 13781, 5900, 6199030, "Simple YouTube Thumbnail", "Simple, easily customizable YouTube Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/184hzd6w (CAMBIT Creates on YT)"],
[0, 8, 1612279471, "VKzHJVFB", "https://i.imgur.com/nwtki5N.jpg", 11, 20306, 6851, 2558479, "Simple YouTube Thumbnail", "Simple, easily customizable YouTube Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/184hzd6w (CAMBIT Creates on YT)"],
[0, 8, 1612279519, "YK0vCVc0", "https://i.imgur.com/50UPxcv.jpg", 11, 18136, 7595, 2086745, "Simple YouTube Thumbnail", "Simple, easily customizable YouTube Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/184hzd6w (CAMBIT Creates on YT)"],
[0, 8, 1612279651, "o05JofbF", "https://i.imgur.com/PXRipnx.jpg", 11, 19468, 4336, 202002, "Among Us Thumbnail", "Simple, easily customizable Among Us Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/uy7x17cq (CAMBIT Creates on YT)"],
[0, 8, 1612280005, "k4GI2P3z", "https://i.imgur.com/TvZvM6C.jpeg", 11, 13849, 8075, 657807, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\ntinyurl.com\/2ewfvnn9 (CAMBIT Creates on YT)"],
[0, 8, 1612279471, "VKzHJVFB", "https://i.imgur.com/nwtki5N.jpg", 11, 20307, 6852, 2558479, "Simple YouTube Thumbnail", "Simple, easily customizable YouTube Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/184hzd6w (CAMBIT Creates on YT)"],
[0, 8, 1612279519, "YK0vCVc0", "https://i.imgur.com/50UPxcv.jpg", 11, 18139, 7595, 2086745, "Simple YouTube Thumbnail", "Simple, easily customizable YouTube Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/184hzd6w (CAMBIT Creates on YT)"],
[0, 8, 1612279651, "o05JofbF", "https://i.imgur.com/PXRipnx.jpg", 11, 19470, 4337, 202002, "Among Us Thumbnail", "Simple, easily customizable Among Us Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/uy7x17cq (CAMBIT Creates on YT)"],
[0, 8, 1612280005, "k4GI2P3z", "https://i.imgur.com/TvZvM6C.jpeg", 11, 13850, 8076, 657807, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\ntinyurl.com\/2ewfvnn9 (CAMBIT Creates on YT)"],
[0, 8, 1612280081, "m6x93Azo", "https://i.imgur.com/QV9SdiM.jpg", 11, 8648, 4173, 167582, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/2ewfvnn9 (CAMBIT Creates on YT)"],
[0, 8, 1612280228, "7i7XCTEb", "https://i.imgur.com/AioZJTn.jpg", 11, 2157, 528, 215580, "Simple YouTube End Screen", "Simple, easily customizable YouTube End Screen.\n\nVideo on how to customize this template:\ntinyurl.com\/2ewfvnn9 (CAMBIT Creates on YT)"],
[0, 8, 1612280446, "k9XQB-8f", "https://i.imgur.com/R6VjyWk.jpg", 15, 169117, 35139, 121884, "Neon Sign", "Simple, easily customizable Neon Sign.\n\nVideo on how to customize this template:\ntinyurl.com\/i4sbjlcf (CAMBIT Creates on YT)"],
[0, 8, 1612280446, "k9XQB-8f", "https://i.imgur.com/R6VjyWk.jpg", 15, 169126, 35143, 121884, "Neon Sign", "Simple, easily customizable Neon Sign.\n\nVideo on how to customize this template:\ntinyurl.com\/i4sbjlcf (CAMBIT Creates on YT)"],
[0, 8, 1612280604, "SYx9-f-b", "https://i.imgur.com/zReKban.jpg", 11, 10265, 2681, 797316, "Apex Legends Thumbnail", "Simple, easily customizable Apex Legends Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/yyolbbpl (CAMBIT Creates on YT)"],
[0, 8, 1612280878, "bJRXRIfq", "https://i.imgur.com/h5N1C88.jpeg", 11, 10196, 4225, 4386550, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\ntinyurl.com\/3fcbp6b4 (CAMBIT Creates on YT)"],
[0, 8, 1612281260, "Ya6q0Tln", "https://i.imgur.com/zwbJQwV.jpg", 11, 27213, 10444, 4435004, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\ntinyurl.com\/cpdlji93 (CAMBIT Creates on YT)"],
[0, 8, 1612281260, "Ya6q0Tln", "https://i.imgur.com/zwbJQwV.jpg", 11, 27215, 10445, 4435004, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\ntinyurl.com\/cpdlji93 (CAMBIT Creates on YT)"],
[0, 8, 1612281457, "vKhoMzqP", "https://i.imgur.com/GZQ9gp2.jpg", 11, 5037, 1511, 1044696, "Minecraft YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\ntinyurl.com\/y228jzgb (CAMBIT Creates on YT)"],
[0, 8, 1612281727, "tcyaiJYB", "https://i.imgur.com/83wrIJc.jpg", 11, 12943, 3095, 1028797, "Simple YouTube Logo", "Simple, easily customizable YouTube Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/14lfz8p0 (CAMBIT Creates on YT)"],
[0, 8, 1612281864, "2ZWRRzhf", "https://i.imgur.com/nGNM3QT.jpg", 11, 1815, 725, 2118021, "Call of Duty Thumbnail", "Simple, easily customizable Call of Duty Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/2bopuzm2 (CAMBIT Creates on YT)"],
[0, 8, 1612282028, "1ZOZbFH-", "https://i.imgur.com/2gB601B.jpg", 10, 581, 147, 729897, "Fall Logo", "Simple, easily customizable Fall Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/yzmft4jh (CAMBIT Creates on YT)"],
[0, 8, 1612282028, "1ZOZbFH-", "https://i.imgur.com/2gB601B.jpg", 10, 583, 147, 729897, "Fall Logo", "Simple, easily customizable Fall Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/yzmft4jh (CAMBIT Creates on YT)"],
[0, 8, 1612282134, "PkMX3Lm9", "https://i.imgur.com/637ZNYy.jpg", 10, 664, 153, 7327824, "Fall Banner", "Simple, easily customizable Fall banner.\n\nVideo on how to customize this template:\ntinyurl.com\/85q28ayt (CAMBIT Creates on YT)"],
[0, 8, 1612282339, "iDpXkmYb", "https://i.imgur.com/fmuYmD4.jpg", 11, 12317, 4505, 2805682, "Simple YouTube Thumbnail", "Simple, easily customizable YouTube Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/35wu84qd (CAMBIT Creates on YT)"],
[0, 8, 1612282573, "wc9mhU6q", "https://i.imgur.com/IJkOhav.jpeg", 11, 3668, 1090, 632116, "Roblox Thumbnail", "Simple, easily customizable Roblox Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/4zbntnbf (CAMBIT Creates on YT)"],
[0, 8, 1612282573, "wc9mhU6q", "https://i.imgur.com/IJkOhav.jpeg", 11, 3669, 1090, 632116, "Roblox Thumbnail", "Simple, easily customizable Roblox Thumbnail.\n\nVideo on how to customize this template:\ntinyurl.com\/4zbntnbf (CAMBIT Creates on YT)"],
[0, 8, 1612282817, "p3tlvANF", "https://i.imgur.com/DmjI4Pj.jpeg", 11, 12940, 3619, 2123701, "Simple YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to customize this template:\ntinyurl.com\/3w3ufotm (CAMBIT Creates on YT)"],
[0, 8, 1612285645, "TlFSLsyK", "https://i.imgur.com/6GgFioO.jpg", 11, 2354, 775, 882640, "Simple YouTube End Screen", "Simple, easily customizable YouTube End Screen.\n\nVideo on how to customize this template:\ntinyurl.com\/3l54vja8 (CAMBIT Creates on YT)"],
[0, 8, 1612365440, "0oq9raSA", "https://i.imgur.com/cSpmvJF.jpg", 10, 2080, 576, 121585, "Roblox Logo", "Simple, easily customizable Roblox Logo.\n\nVideo on how to customize this template:\ntinyurl.com\/1csgij7z (CAMBIT Creates on YT)"],
[0, 8, 1612545406, "duzu5AMd", "https://i.imgur.com/Cublu8K.jpg", 15, 97349, 30462, 57591, "Golden Text", "Simple, easily customizable Golden Text.\n\nVideo on how to make this golden text is on my YouTube.\n(CAMBIT Creates on YT)"],
[0, 8, 1612545406, "duzu5AMd", "https://i.imgur.com/Cublu8K.jpg", 15, 97352, 30465, 57591, "Golden Text", "Simple, easily customizable Golden Text.\n\nVideo on how to make this golden text is on my YouTube.\n(CAMBIT Creates on YT)"],
[0, 8, 1612810564, "mfOWPzLQ", "https://i.imgur.com/XTWQNAs.jpg", 11, 7433, 1525, 611504, "Minecraft Thumbnail", "Simple, easily customizable Minecraft Thumbnail.\n\nVideo on how to make this template is on my YouTube\n(CAMBIT Creates on YT)"],
[0, 8, 1613762354, "QBy-usaD", "https://i.imgur.com/K4qYD4Q.jpeg", 11, 3409, 1006, 1411901, "Roblox Arsenal YouTube Banner", "Simple, easily customizable YouTube banner.\n\nVideo on how to make this is at:\nCAMBIT Creates on YT"],
[0, 8, 1613940663, "7zAwU9Ts", "https://i.imgur.com/8YAlikJ.jpg", 11, 15085, 4212, 614035, "Fortnite Highlights Thumbnail", "Simple, easily customizable Fortnite Highlights Thumbnail.\n\nVideo on how to make this:\nCAMBIT Creates on YT"],
[0, 8, 1615230335, "vuyTuGtk", "https://i.imgur.com/paF54NZ.jpg", 11, 16137, 8009, 201278, "80s Retro Banner", "Tutorial on how to make this banner will be at CAMBIT Creates on YouTube!\n\nhttps:\/\/www.youtube.com\/channel\/UCUYghcyi3yBoBFUiW94EdWw"],
[0, 8, 1613940663, "7zAwU9Ts", "https://i.imgur.com/8YAlikJ.jpg", 11, 15087, 4212, 614035, "Fortnite Highlights Thumbnail", "Simple, easily customizable Fortnite Highlights Thumbnail.\n\nVideo on how to make this:\nCAMBIT Creates on YT"],
[0, 8, 1615230335, "vuyTuGtk", "https://i.imgur.com/paF54NZ.jpg", 11, 16138, 8010, 201278, "80s Retro Banner", "Tutorial on how to make this banner will be at CAMBIT Creates on YouTube!\n\nhttps:\/\/www.youtube.com\/channel\/UCUYghcyi3yBoBFUiW94EdWw"],
[0, 8, 1616426647, "bNZxrnSq", "https://i.imgur.com/Df6rJGa.jpeg", 10, 4016, 1340, 72047, "Simple Stream Overlay", "Simple, easily customizable Stream Overlay.\n\nVideo on how to customize this template:\n (CAMBIT Creates on YT)"],
[0, 8, 1617376577, "vxP4nbZR", "https://i.imgur.com/chLmQSy.jpeg", 11, 4034, 1642, 468545, "Simple YouTube End Screen (Glowing)", "Simple, easily customizable YouTube End Screen.\n\nVideo on how to make this template:\n(CAMBIT Creates on YT)"],
[0, 8, 1617814260, "W9PFcnhB", "https://i.imgur.com/Ztd1eRr.jpg", 10, 10122, 4452, 37400, "Stream Starting Soon Screen", "Simple, easily customizable Starting Soon Screen.\n\nVideo on how to customize this template:\n(CAMBIT Creates on YT)"],
[0, 8, 1617814260, "W9PFcnhB", "https://i.imgur.com/Ztd1eRr.jpg", 10, 10125, 4457, 37400, "Stream Starting Soon Screen", "Simple, easily customizable Starting Soon Screen.\n\nVideo on how to customize this template:\n(CAMBIT Creates on YT)"],
[0, 8, 1626448684, "c7DNJHqq", "https://i.imgur.com/yywoZnI.jpeg", 11, 4819, 3185, 49687, "Clean Thumbnail", "If you want to know how to create this thumbnail in under 5 minutes check out my channel CAMBIT Creates!\nhttps:\/\/www.youtube.com\/channel\/UCUYghcyi3yBoBFUiW94EdWw"],
[0, 8, 1632407126, "zWz6k8at", "https://i.imgur.com/h990yTB.jpeg", 11, 1259, 595, 202989, "Simple Discord Banner", "Check out my channel for a tutorial on how to make this from scratch! (CAMBIT Creates)"],
[0, 9, 1597183310, "j_mZxB8z", "https://i.imgur.com/u5T0u7Q.jpg", 11, 3163, 497, 821464, "Minecraft Gaming Thumbnail", "This is for yt!"],
@ -246,10 +246,10 @@
[0, 11, 1656870452, "ZkQlx_Jg", "https://i.imgur.com/WU1XIuF.jpg", 0, 91, 18, 25634, "off button", "off button"],
[0, 11, 1657152038, "IcbyAUF7", "https://i.imgur.com/MRK2AzE.jpg", 60, 59, 11, 11760, "signal icon", "signal icon"],
[0, 11, 1657561265, "tToce61-", "https://i.imgur.com/HyCXzt1.jpg", 11, 1712, 159, 1006081, "steam game", "steam games"],
[0, 11, 1657579895, "USbe8cJ-", "https://i.imgur.com/gkTsQ5I.jpg", 11, 2010, 379, 1987588, "Racer Text Effect", "Racer Text Effect"],
[0, 11, 1657579895, "USbe8cJ-", "https://i.imgur.com/gkTsQ5I.jpg", 11, 2011, 379, 1987588, "Racer Text Effect", "Racer Text Effect"],
[0, 11, 1657671355, "qX-zymE-", "https://i.imgur.com/Ud1ELDt.jpg", 11, 1792, 640, 318520, "game", "game"],
[3, 11, 1658535857, "4DTHvahW", "https://static.brusheezy.com/system/resources/previews/000/059/213/non_2x/free-sword-photoshop-brushes.jpg", 0, 0, 284, 7272515, "Sword Photoshop Brushes", "Sword Photoshop Brushes"],
[3, 11, 1662929816, "pUHzSQAd", "https://static.brusheezy.com/system/resources/previews/000/023/219/non_2x/drips-and-splats-texture-photoshop-textures.jpg", 0, 0, 198, 2330831, "Drips And Splats Texture", "Drips And Splats Texture"],
[3, 11, 1658535857, "4DTHvahW", "https://static.brusheezy.com/system/resources/previews/000/059/213/non_2x/free-sword-photoshop-brushes.jpg", 0, 0, 285, 7272515, "Sword Photoshop Brushes", "Sword Photoshop Brushes"],
[3, 11, 1662929816, "pUHzSQAd", "https://static.brusheezy.com/system/resources/previews/000/023/219/non_2x/drips-and-splats-texture-photoshop-textures.jpg", 0, 0, 199, 2330831, "Drips And Splats Texture", "Drips And Splats Texture"],
[3, 11, 1662930186, "GtOzHSHf", "https://static.brusheezy.com/system/resources/previews/000/058/642/non_2x/free-spray-photoshop-brushes-5.jpg", 0, 0, 240, 24682632, "Spray", "Spray"],
[3, 11, 1662930652, "oQ22mlI2", "https://static.brusheezy.com/system/resources/previews/000/065/058/non_2x/rain-photoshop-brushes.jpg", 0, 0, 335, 8245668, "Rain", "Rain"],
[5, 11, 1663155368, "YRYg2le_", "https://www.fontmirror.com/app_public/files/t/1/featured_image/2021/01/featured_8236.jpg", 0, 0, 147, 436493, "Garland", "Garland text font"],
@ -259,24 +259,24 @@
[0, 13, 1654669162, "YYYDBdg6", "https://i.imgur.com/M3eYoIo.jpg", 11, 101, 24, 5907553, "Miniatura MUSICPROMASTERY", "creada para MusicPro Mastery\nhttps:\/\/www.youtube.com\/c\/MusicProMastery"],
[0, 13, 1654673202, "E7aZDVex", "https://i.imgur.com/g7WLnH1.jpg", 11, 113, 42, 4203822, "MusicPro Mastery 2", "Miniatura 2 de MusicPro Mastery\nhttps:\/\/www.youtube.com\/channel\/UCldnHTJM4w1LNvHRPiTnG9A"],
[0, 14, 1602750897, "Di40vm7k", "https://i.imgur.com/s9syupL.jpeg", 11, 4927, 801, 3056763, "FIFA THUMBNAIL", "Very nice made with photophea thumbnail."],
[0, 15, 1603211815, "C0QsdbO5", "https://i.imgur.com/XRPMiYy.jpg", 10, 6647, 1445, 8213, "Custom Discord Profile Picture (by \"food\") (360 x 360) for higher resolution", "I made this for people that want to customize the default Discord profile picture, I included all the default colors Discord uses"],
[0, 15, 1603211815, "C0QsdbO5", "https://i.imgur.com/XRPMiYy.jpg", 10, 6648, 1445, 8213, "Custom Discord Profile Picture (by \"food\") (360 x 360) for higher resolution", "I made this for people that want to customize the default Discord profile picture, I included all the default colors Discord uses"],
[0, 15, 1606764477, "kwOGg8Zh", "https://i.imgur.com/WdRWr9c.png", 10, 2034, 229, 17095, "Custom Google Profile Picture (by \"food\")", "includes the colors i could find, sorry if the colors arent named its too much work and its too hard with photopea's renaming system, they should probably add a shortcut for renaming."],
[0, 16, 1603198820, "U7Bj-Jdg", "https://i.imgur.com/WPKgBWp.jpeg", 11, 1252, 277, 5015404, "Youtube FIFA 21 Channel art", "A template on FIFA 21 channel art template works for mobile and pc really well."],
[0, 16, 1607541653, "1bZwWzKb", "https://i.imgur.com/1dkRecR.jpeg", 11, 1374, 257, 6975285, "Forza Horizon 4 Banner", "The banner includes a montage of your favourite car or even Cars. As long side this they allow for a simple clean Text effect using drop shadows. This simple but amazing looking banner with take your YouTube channel to the next level and help you to exceed your potential."],
[0, 17, 1605273264, "GYoLS0pz", "https://i.imgur.com/7KXPfIl.jpg", 11, 30791, 12264, 273804, "Youtube thumbnail", "Heres a free youtube thumbnail design i made hope you like it..of you wish to get the paid version subscribe to my youtube channel https:\/\/www.youtube.com\/channel\/UCBE9xYAWoHw1GHqRdVxBGew"],
[0, 17, 1605273264, "GYoLS0pz", "https://i.imgur.com/7KXPfIl.jpg", 11, 30792, 12265, 273804, "Youtube thumbnail", "Heres a free youtube thumbnail design i made hope you like it..of you wish to get the paid version subscribe to my youtube channel https:\/\/www.youtube.com\/channel\/UCBE9xYAWoHw1GHqRdVxBGew"],
[0, 18, 1629536996, "9rq7Nw_l", "https://imgur.com/sYA72Cx.jpg", 11, 1196, 319, 1013620, "Thumbnail \u0635\u0648\u0631\u0629 \u0645\u0635\u063a\u0631\u0629", "Make thumbnails more beautiful\nhttps:\/\/youtube.com\/shorts\/8XfcSZk0Nrc?feature=share"],
[0, 19, 1622444359, "62J0PiM7", "https://i.imgur.com/w9EgIbl.jpg", 60, 431, 26, 247812, "AR Project", "This is my first project"],
[0, 20, 1620721566, "NRbukwhO", "https://i.imgur.com/g1Iy9su.png", 10, 90, 13, 21372, "Games Bulletin Template", "Template for Games Bulletin social media posts"],
[0, 21, 1622493012, "mo_y1HyY", "https://i.imgur.com/f4zBvLe.jpg", 60, 849, 134, 12549, "Cool gradient", "gradient"],
[0, 22, 1632414539, "Lcqt4u_1", "https://i.imgur.com/xUi9twt.jpg", 10, 177, 63, 396526, "Plastic Blister Pack Water Drop Text!", "I came up with a way to make a plastic blister pack looking effect for Live text, and thought to myself \"do you know what would make this better? Water drops. That's what.\"\n\nChange the colour of the Background with the Hue\/Sat layer, and edit the text inside the folder to whatever you want."],
[0, 22, 1636118268, "DI_JtkDh", "https://i.imgur.com/0yClXPz.jpg", 15, 29196, 10975, 193990, "Realistic Gold Text", "A realistic gold text effect, in Photopea.\n\nCheck out my YouTube Channel for lots more Photopea content!\n\nhttps:\/\/www.youtube.com\/channel\/UC79BJIUMVFc7Lyczcxpxy3g"],
[0, 22, 1636118268, "DI_JtkDh", "https://i.imgur.com/0yClXPz.jpg", 15, 29197, 10975, 193990, "Realistic Gold Text", "A realistic gold text effect, in Photopea.\n\nCheck out my YouTube Channel for lots more Photopea content!\n\nhttps:\/\/www.youtube.com\/channel\/UC79BJIUMVFc7Lyczcxpxy3g"],
[0, 23, 1648082658, "aHyYk3-g", "https://i.imgur.com/QwC3YOj.jpeg", 10, 4961, 1895, 344769, "Aera", "banners for aera team template."],
[0, 24, 1617732379, "4Hk284Nq", "https://i.imgur.com/k6dZNCy.jpg", 11, 1397, 668, 3011056, "Minecraft SMP Thumbnail Template", "a minecraft smp template for streaming"],
[0, 24, 1617735597, "94-zclTY", "https://i.imgur.com/hABMF62.jpg", 10, 541, 158, 3072579, "Minecraft SMP Stream Thumbnail TWITCH", "a mcyt thumbnail for streaming minecraft using twitch"],
[0, 25, 1652170924, "GI8RVdq9", "https://cdn.discordapp.com/attachments/909430333806608385/973500117715918888/unknown.png", 14, 365, 67, 943088, "Wolverine Remember", "Wolverine Remember meme template"],
[0, 26, 1620403500, "ZqudmdoC", "https://i.imgur.com/IsEkqlY.jpg", 15, 889, 269, 262831, "Nice wallpaper", "Nice wallpaper; took me a while to make."],
[0, 26, 1620404248, "ooWyoz0u", "https://i.imgur.com/os1vh9b.jpg", 15, 3138, 726, 370401, "SKI-FI wallpaper", "Nice wallpaper i made. C:"],
[0, 27, 1614393788, "GQRv9aFo", "https://i.imgur.com/Y9m2HVa.jpeg", 1, 15313, 2225, 9704224, "iphone", "test"],
[0, 27, 1614393788, "GQRv9aFo", "https://i.imgur.com/Y9m2HVa.jpeg", 1, 15314, 2225, 9704224, "iphone", "test"],
[0, 27, 1614395732, "tLpM7Lly", "https://i.imgur.com/my8oeAK.jpg", 1, 8165, 1127, 3567483, "iphone titled to the left", "random"],
[0, 27, 1614396765, "9sRjdsMT", "https://i.imgur.com/ZK6lIkV.jpeg", 0, 1827, 262, 4447633, "iphone tilted to the right", "yes"],
[0, 28, 1615045168, "Q12Hvy5d", "https://i.imgur.com/fTDxSRv.jpg", 10, 644, 264, 5613154, "NInjago Season 13 stlye", "Ninjago Season 13 banner"],
@ -296,7 +296,7 @@
[0, 30, 1660414727, "rzOgRNET", "https://i.imgur.com/G2EcNCR.png", 0, 35, 6, 454041, "sweatpants for me", "ss"],
[0, 30, 1661216439, "4Uj5bu-7", "https://i.imgur.com/eiBJNAA.png", 0, 65, 33, 279941, "My Roblox Clothing Template", "W"],
[0, 31, 1639672461, "EBZc3-g5", "https://i.imgur.com/4dnDjYc.jpg", 0, 4005, 1452, 1569844, "COOL SPADE LOGO", "Easy to use! Looks amazing! Enjoy! -DUBBY DESIGNZ\nCashapp $cdubby24"],
[0, 31, 1639672943, "c-024zfQ", "https://i.imgur.com/s1GjfFn.jpg", 0, 9999, 2976, 4820614, "Nilly Vanilly 3D LOGO", "Easy to use! Looks amazing! Enjoy! -DUBBY DESIGNZ\nCashapp $cdubby24"],
[0, 31, 1639672943, "c-024zfQ", "https://i.imgur.com/s1GjfFn.jpg", 0, 10002, 2978, 4820614, "Nilly Vanilly 3D LOGO", "Easy to use! Looks amazing! Enjoy! -DUBBY DESIGNZ\nCashapp $cdubby24"],
[0, 31, 1639673237, "wHYTNn4A", "https://i.imgur.com/KUSqYPk.jpg", 0, 1685, 563, 9508831, "MELTING SNOW TEXT EFFECT", "Easy to use! Looks amazing! Enjoy! -DUBBY DESIGNZ\nCashapp $cdubby24"],
[0, 31, 1639673489, "8Q4sE8Ow", "https://i.imgur.com/eYbkmGk.jpg", 0, 1218, 213, 16878185, "UNDEAD TEXT EFFECT", "Easy to use! Looks amazing! Enjoy! -DUBBY DESIGNZ\nCashapp $cdubby24"],
[0, 31, 1639673938, "yyrl434D", "https://i.imgur.com/ftY0wTK.jpg", 0, 417, 37, 2132739, "3D NEON LIGHT TEXT EFFECT", "Easy to use! Looks amazing! Enjoy! -DUBBY DESIGNZ\nCashapp $cdubby24"],
@ -315,41 +315,41 @@
[0, 39, 1622229976, "nWGP1LsW", "https://i.imgur.com/q3qYTNs.jpg", 14, 279, 41, 214048, "mustard watermark", "if anyone other than me is seeing this, hi\nalso this probably wont make any sense"],
[0, 40, 1622537993, "LAkd3-x2", "https://i.imgur.com/C4rSgka.jpg", 0, 225, 9, 106473, "BRGD_PRPLSC", "x"],
[0, 40, 1622540223, "3dCam5QB", "https://i.imgur.com/4SvJZN0.jpg", 0, 327, 158, 114460, "brgdxx", "x"],
[0, 41, 1622839505, "4Ku2WmVR", "https://i.imgur.com/omtF6vQ.jpg", 14, 1110, 266, 128075, "Did you do it?", "Did you do it? meme template"],
[0, 41, 1622839505, "4Ku2WmVR", "https://i.imgur.com/omtF6vQ.jpg", 14, 1111, 266, 128075, "Did you do it?", "Did you do it? meme template"],
[0, 41, 1622840236, "VMbqtsu4", "https://i.imgur.com/Qq4dMRA.jpg", 14, 1266, 185, 194986, "Dipper Pines Holds Something Worthless", "Dipper Pines Holds Something Worthless"],
[0, 41, 1622840439, "ij8jWBhb", "https://i.imgur.com/denHdM3.jpg", 14, 687, 145, 195866, "Dog Suffocate Owner Template", "Dog Suffocate Owner Template"],
[0, 41, 1622841217, "8Fou82xE", "https://i.imgur.com/VqhRsGx.jpg", 14, 890, 170, 53079, "Is this a pigeon? template", "Is this a pigeon? template"],
[0, 41, 1622841217, "8Fou82xE", "https://i.imgur.com/VqhRsGx.jpg", 14, 891, 170, 53079, "Is this a pigeon? template", "Is this a pigeon? template"],
[0, 42, 1662021345, "rkMLM0h6", "https://i.imgur.com/uth7Re1.jpg", 10, 133, 39, 409311, "Aranga 360 YouTube", "YouTube Logo"],
[0, 42, 1662022900, "Z7UDCuvw", "https://i.imgur.com/L9buf3R.jpg", 11, 380, 15, 147031, "Crypto Ulagam Live", "Crypto Ulagam YT Thumbnail"],
[0, 43, 1623654168, "O7L4yHSk", "https://i.imgur.com/pOfHmt0.jpg", 60, 336, 15, 7023017, "How To Make Your Own Fut Card", "Hello"],
[0, 44, 1623684212, "qd4M8zOd", "https://i.imgur.com/lgTMO8i.jpeg", 11, 204, 37, 88409, "YouTube Urdu Template", "YouTube Urdu Template Sample"],
[0, 45, 1637963692, "5WKg8ZT_", "https://i.imgur.com/XFSxvQw.jpeg", 15, 1447, 1108, 1094025, "Basic 3D Text Template", "Perfect for making 3D logos!"],
[0, 45, 1638409798, "mOVSry7F", "https://i.imgur.com/wvcIsYy.jpeg", 15, 253, 104, 70274, "Candy Cane Glowing 3D Text", "Perfect for Christmas-styled logos!"],
[0, 45, 1641259888, "fjb4PJDn", "https://i.imgur.com/btnt6vS.png", 15, 10464, 6099, 299330, "(Color Change) 3D Text", "Easy to change text!"],
[0, 45, 1641259888, "fjb4PJDn", "https://i.imgur.com/btnt6vS.png", 15, 10466, 6099, 299330, "(Color Change) 3D Text", "Easy to change text!"],
[0, 46, 1624248813, "VBLu29m0", "https://i.imgur.com/GTNaMfp.jpg", 0, 1672, 66, 114663, "1123", "standard bc"],
[0, 47, 1624250868, "6jjYRIK8", "https://i.imgur.com/CvBUH76.jpg", 60, 661, 144, 1255897, "COPA AMERICA TEMPLATE BY MOBUTER | Mobuter | Copa America | Facebook | Poster | Cinematic Poster | Argentina", "This template is specially created for COPA AMERICA. Supporters of any country can use this template to show his\/her love for football. Just need to update the smart object of flag and text. Add your own photo to take the poster to the next level. For more visit-\nhttps:\/\/www.youtube.com\/Mobuter?sub_confirmation=1\n You can add a 3D cartoon to this template which you can create by watching this video-https:\/\/youtu.be\/voajMXLvjz0 Or search in YouTube writing- Mobuter Thanks!"],
[0, 48, 1625984385, "OgvsmnFT", "https://i.pinimg.com/originals/14/d4/11/14d411ef40a5351e7aea88c3c48ab54b.jpg", 60, 2092, 54, 1981089, "Wildclaw Purple Lightning", "A wildclaw from FR. A skin for Thundercrack 2021."],
[0, 49, 1624765694, "df1t2dMf", "https://i.imgur.com/FsQTvx2.jpg", 12, 557, 105, 85302, "meu socorro", "post_crist\u00e3o"],
[0, 50, 1634920883, "2qgap3J3", "https://i.imgur.com/XOq0i89.jpg", 15, 3303, 1635, 142252, "Texto Sticker by Deluxe Tutorials", "Link del Tutorial en YouTube\nhttps:\/\/www.youtube.com\/watch?v=T6YVTsiryxk\nSuscribete y comparte el v\u00eddeo para m\u00e1s tutoriales de \u00e9stilos y ef\u00e9ctos textos en Photopea"],
[0, 50, 1635928646, "6QtdQtwr", "https://i.imgur.com/y5GfUwv.jpeg", 15, 2371, 1209, 86333, "Dorado Golden Text", "Texto Dorado by Deluxe Tutorials\nTutorial en YouTube\nhttps:\/\/www.youtube.com\/watch?v=qu4aJnNg1Tc\nSuscribete y visita los dem\u00e1s tutoriales en photopea de mi canal"],
[0, 50, 1635566637, "ZDonoomB", "https://i.imgur.com/zFb68zB.jpg", 15, 5497, 2154, 109554, "photopea texto dorado", "Texto Dorado by Deluxe Tutorials\nTutorial en YouTube\nhttps:\/\/www.youtube.com\/watch?v=qu4aJnNg1Tc\nSuscribete y visita los dem\u00e1s tutoriales en photopea de mi canal"],
[0, 50, 1636062319, "40cZpjiX", "https://i.imgur.com/QkKcnf5.jpg", 15, 8901, 3682, 72348, "Realistic Gold v3 Text by Yellow Digital Tutorials", "Download Full PSD\nhttps:\/\/www.youtube.com\/watch?v=yGZ_AEDYeus\nLike, subscribe and share if you want more free photopea texts. \nVisit my Store of Flyer Text Templates \nhttps:\/\/cinema4dmaterials.wordpress.com\/"],
[0, 50, 1635928646, "6QtdQtwr", "https://i.imgur.com/y5GfUwv.jpeg", 15, 2373, 1209, 86333, "Dorado Golden Text", "Texto Dorado by Deluxe Tutorials\nTutorial en YouTube\nhttps:\/\/www.youtube.com\/watch?v=qu4aJnNg1Tc\nSuscribete y visita los dem\u00e1s tutoriales en photopea de mi canal"],
[0, 50, 1635566637, "ZDonoomB", "https://i.imgur.com/zFb68zB.jpg", 15, 5499, 2155, 109554, "photopea texto dorado", "Texto Dorado by Deluxe Tutorials\nTutorial en YouTube\nhttps:\/\/www.youtube.com\/watch?v=qu4aJnNg1Tc\nSuscribete y visita los dem\u00e1s tutoriales en photopea de mi canal"],
[0, 50, 1636062319, "40cZpjiX", "https://i.imgur.com/QkKcnf5.jpg", 15, 8904, 3682, 72348, "Realistic Gold v3 Text by Yellow Digital Tutorials", "Download Full PSD\nhttps:\/\/www.youtube.com\/watch?v=yGZ_AEDYeus\nLike, subscribe and share if you want more free photopea texts. \nVisit my Store of Flyer Text Templates \nhttps:\/\/cinema4dmaterials.wordpress.com\/"],
[0, 50, 1636094898, "qRAYtTDq", "https://i.imgur.com/1HHPWW1.jpg", 15, 3061, 1001, 170469, "CHRISTMAS CANDY CANE TEXT EFFECT BY YELLOW DIGITAL TUTORIALS", "DOWNLOAD FULL PSD \nhttps:\/\/www.youtube.com\/watch?v=OYQB2joEwtg\n\nVisit my Store of Flyer Text Templates \nhttps:\/\/cinema4dmaterials.wordpress.com\/\nMy Facebook\nhttps:\/\/www.facebook.com\/Yellow-Digital-1382286485242164\/"],
[0, 50, 1636243931, "oe4BLedQ", "https://i.imgur.com/NInWWlv.jpg", 15, 2807, 1412, 54229, "3D TEXT IN 4K By Yellow Digital Tutorials", "Full Tutorial in YouTube\nhttps:\/\/www.youtube.com\/watch?v=50h6GwYw884\nVisit my Store\nhttps:\/\/cinema4dmaterials.wordpress.com\/\nMy Facebook\nhttps:\/\/www.facebook.com\/Yellow-Digital-1382286485242164\/"],
[0, 50, 1636568731, "LT6mD6gh", "https://i.imgur.com/W1HzhjO.jpg", 15, 8923, 4086, 40655, "Texto Dorado Vintage by Deluxe Tutorials", "FONT\nhttps:\/\/www.dafont.com\/carbon.font\nFULL TUTORIAL\nhttps:\/\/www.youtube.com\/watch?v=tmicWTLsjAg"],
[0, 50, 1636568731, "LT6mD6gh", "https://i.imgur.com/W1HzhjO.jpg", 15, 8924, 4086, 40655, "Texto Dorado Vintage by Deluxe Tutorials", "FONT\nhttps:\/\/www.dafont.com\/carbon.font\nFULL TUTORIAL\nhttps:\/\/www.youtube.com\/watch?v=tmicWTLsjAg"],
[0, 50, 1636779053, "fiwekLkM", "https://i.imgur.com/34yv5Ei.jpg", 15, 5542, 2032, 16208, "Texto Cartoon 3D by Deluxe Tutorials", "Font\nhttps:\/\/www.dafont.com\/heroes-legend.font\nFull Tutorial\nhttps:\/\/www.youtube.com\/watch?v=epdWNJvqKXw"],
[0, 50, 1638925466, "UP-4dva-", "https://i.imgur.com/pXo9vmV.jpg", 15, 1688, 402, 23359, "GOLDEN BALLOON By Deluxe Tutorials", "FULL TUTORIAL \nhttps:\/\/www.youtube.com\/channel\/UCPJIfJ-0wLER5lHcGyYhb2A\/\nFONT\nhttps:\/\/www.dafont.com\/crewniverse.font"],
[0, 50, 1664841998, "SYo6v-Mc", "https://i.imgur.com/ZksieZ9.jpg", 15, 4492, 1909, 12399732, "Diamond Gold", "Full Tutorial :\nhttps:\/\/www.youtube.com\/watch?v=mqXFqCJuU-w"],
[0, 50, 1664841998, "SYo6v-Mc", "https://i.imgur.com/ZksieZ9.jpg", 15, 4494, 1909, 12399732, "Diamond Gold", "Full Tutorial :\nhttps:\/\/www.youtube.com\/watch?v=mqXFqCJuU-w"],
[0, 51, 1624643981, "yWT_i9T6", "https://i.imgur.com/51g5ffS.jpg", 11, 1101, 212, 1650454, "Numerous's Template 1", "This is for Numerous and ONLY Numerous use with permission."],
[0, 52, 1624655052, "5EiLwvGX", "https://i.imgur.com/8Qu5Ueq.jpg", 0, 485, 75, 425016, "Apex Custom Legend Template", "Have you ever wanted to make a concept for a legend in Apex? Have you tried to make a template for it and failed? Have you ever tried to find someone else's template and found out it was deleted? Well no need to fret because I have a legend selection template just for you! Show your concepts to your friends and get them to use this template!\n\nMake sure to credit me for the template!"],
[0, 53, 1624657812, "GHkF3Mou", "https://i.imgur.com/sPW0v9V.jpg", 15, 3246, 165, 36361, "Rose Text Effect by Yellow Digital Tutorials", "Tutorial in Youtube \nhttps:\/\/www.youtube.com\/watch?v=jL4uM8dJI90"],
[0, 53, 1624674441, "mwUg3UG6", "https://i.imgur.com/T1zpinv.jpg", 15, 6523, 2010, 54455, "Glossy Text Effect by Yellow Digital Tutorials", "Tutorial in YouTube : https:\/\/www.youtube.com\/watch?v=kg5D8NiDldo"],
[0, 53, 1624842793, "VgiEb_D3", "https://i.imgur.com/cyjMpQQ.jpg", 15, 1979, 89, 57436, "Baby Text Effect by Yellow Digital Tutorials", "Link Tutorial in YouTube \nhttps:\/\/www.youtube.com\/watch?v=KKCLO0_3TP4"],
[0, 53, 1624842793, "VgiEb_D3", "https://i.imgur.com/cyjMpQQ.jpg", 15, 1980, 89, 57436, "Baby Text Effect by Yellow Digital Tutorials", "Link Tutorial in YouTube \nhttps:\/\/www.youtube.com\/watch?v=KKCLO0_3TP4"],
[0, 53, 1624855956, "0_YnQraA", "https://i.imgur.com/ouqtjlB.jpg", 15, 9233, 3558, 48111, "fish", "App Game Text Effect by Yellow Digital Tutorials \nLink Tutorial : https:\/\/www.youtube.com\/watch?v=CIrbS1S-UCA"],
[0, 53, 1624887509, "1-ksidjk", "https://i.imgur.com/OYShIr4.jpg", 15, 16540, 4543, 48457, "Cartoon Colorful 3d Text Style by Yellow Digital Tutorials", "Tutorial in YouTube : https:\/\/www.youtube.com\/watch?v=qrvl1l7GoFs"],
[0, 53, 1624887509, "1-ksidjk", "https://i.imgur.com/OYShIr4.jpg", 15, 16543, 4544, 48457, "Cartoon Colorful 3d Text Style by Yellow Digital Tutorials", "Tutorial in YouTube : https:\/\/www.youtube.com\/watch?v=qrvl1l7GoFs"],
[0, 53, 1624915763, "dyCXT9nb", "https://i.imgur.com/N6LBH1a.jpg", 15, 1487, 782, 40844, "Good Day Text Effect by Yellow Digital Tutorials", "Tutorial in YouTube https:\/\/www.youtube.com\/watch?v=Sf5dCfsRafE"],
[0, 53, 1624934633, "VSo90itD", "https://i.imgur.com/wT6mF2a.jpg", 15, 45194, 16684, 670084, "Movie Text Effect by Yellow Digital Tutorials", "Tutorial and materials in YouTube\nhttps:\/\/www.youtube.com\/watch?v=D-CijdRUMPg"],
[0, 53, 1624958209, "4X9O4-US", "https://i.imgur.com/9yqbWxI.jpg", 15, 196554, 63317, 361843, "Golden Text Effect by Yellow Digital Tutorials", "Tutorial and Materials in YouTube\nTUTORIAL AND PSD FREE : https:\/\/www.youtube.com\/watch?v=tG3GzTw0DGQ"],
[0, 53, 1624934633, "VSo90itD", "https://i.imgur.com/wT6mF2a.jpg", 15, 45198, 16684, 670084, "Movie Text Effect by Yellow Digital Tutorials", "Tutorial and materials in YouTube\nhttps:\/\/www.youtube.com\/watch?v=D-CijdRUMPg"],
[0, 53, 1624958209, "4X9O4-US", "https://i.imgur.com/9yqbWxI.jpg", 15, 196577, 63328, 361843, "Golden Text Effect by Yellow Digital Tutorials", "Tutorial and Materials in YouTube\nTUTORIAL AND PSD FREE : https:\/\/www.youtube.com\/watch?v=tG3GzTw0DGQ"],
[0, 54, 1625239468, "BdxX1rcB", "https://i.imgur.com/0WeyWY7.jpg", 11, 3608, 1396, 180192, "cartoony text", "cartoony text for videos thumbnails pfps ect."],
[0, 54, 1625443408, "6o9cIDpG", "https://i.imgur.com/gJIPpWa.jpg", 11, 3176, 666, 72554, "Profile picture glitch text", "blue and purple glitch text profile picture."],
[0, 55, 1625590818, "GtNIHpaz", "https://i.imgur.com/wD8Z1Nt.jpg", 10, 333, 23, 142790, "INTENSE PACK (cool texts)", "9 super-Cool text types!"],
@ -357,19 +357,19 @@
[0, 56, 1624972093, "DCsUFw7o", "https://i.imgur.com/Ot4tMVy.jpg", 0, 534, 15, 8548, "hidden_garden___psd_coloring_by_huntercolours_def8pwr", "."],
[0, 57, 1639925760, "BL7PNleq", "https://i.imgur.com/jMIOiFA.png", 0, 121, 16, 1334, "Gateway Mobile - 1050 x 1050", "Gateway Mobile - 1050 x 1050"],
[0, 57, 1639925784, "ohFgPMbn", "https://i.imgur.com/7CipSkl.png", 0, 193, 12, 1203, "Gateway Desktop - 758 x 604", "Gateway Desktop - 758 x 604"],
[4, 58, 1651450058, "TAPDGFES", "https://media.giphy.com/media/TrNXUS0RBnLuwk6UFs/giphy-downsized-large.gif", 0, 0, 1834, 331315, "Max Gradients", "An Incredible collection of Gradients. From the Wheels of Colors, to Mix and Matches. Enjoy\n\n **\/\/ Very Large Collection - How to Isolate those To Save\\\\**\n\n-Scroll and Select - Shift + Left Click for More than One \\ or Apply your Combo of Effects - New Style - Same as Above - Save the Layer Style as a You're Own Custom-\n\n\/\/Select Gradient(same with style etc.)| Singled Out as an Individual, or Select Multiples - Easier groupings For Those to Export\\\\ \n\n**(Command\/Control + Click) - Save (New Style) - Export| Same with Text styles etc. \n\nHere's a imgr with Example - https:\/\/imgur.com\/SFKGq7W\n I do agree the amount is insane \n\n- Longer Load Times For Volume Amount \n- Learn to Create your Own Collections - \nHopefully You've Enjoyed"],
[4, 58, 1651450058, "TAPDGFES", "https://media.giphy.com/media/TrNXUS0RBnLuwk6UFs/giphy-downsized-large.gif", 0, 0, 1835, 331315, "Max Gradients", "An Incredible collection of Gradients. From the Wheels of Colors, to Mix and Matches. Enjoy\n\n **\/\/ Very Large Collection - How to Isolate those To Save\\\\**\n\n-Scroll and Select - Shift + Left Click for More than One \\ or Apply your Combo of Effects - New Style - Same as Above - Save the Layer Style as a You're Own Custom-\n\n\/\/Select Gradient(same with style etc.)| Singled Out as an Individual, or Select Multiples - Easier groupings For Those to Export\\\\ \n\n**(Command\/Control + Click) - Save (New Style) - Export| Same with Text styles etc. \n\nHere's a imgr with Example - https:\/\/imgur.com\/SFKGq7W\n I do agree the amount is insane \n\n- Longer Load Times For Volume Amount \n- Learn to Create your Own Collections - \nHopefully You've Enjoyed"],
[6, 58, 1651533811, "h-LUjBe1", "https://media.giphy.com/media/e1MeiQLWuCs2LRiNhB/giphy.gif", 0, 0, 664, 113838, "Paper Patterns Lined and Grid", "8 Lined| 6 Grid Paper Patterns"],
[6, 58, 1651536165, "k_ZY4o6_", "https://media.giphy.com/media/piqyR56NLb1rMmrPdg/giphy.gif", 0, 0, 1143, 7701062, "Seamless HD Scales", "12 Total"],
[0, 59, 1628202370, "5BwvORr8", "https://i.imgur.com/U5PtQGF.jpg", 0, 89, 17, 64600, "IMG_20200815_193941_705", "https:\/\/www.photopea.com\/#i5BwvORr8"],
[0, 60, 1638676282, "mnvFDwea", "https://i.imgur.com/K0FqrKn.png", 11, 11533, 2396, 190105, "Roblox Art", "art"],
[0, 60, 1638676282, "mnvFDwea", "https://i.imgur.com/K0FqrKn.png", 11, 11535, 2396, 190105, "Roblox Art", "art"],
[0, 61, 1661467285, "XDUefjUw", "https://i.imgur.com/LM95cZg.png", 60, 299, 135, 68180, "CNN News Lower Third", "CNN News Lower Third for youtube and CNN Bloxburg"],
[0, 61, 1661765869, "cSzV-mh0", "https://i.imgur.com/MG4UEmV.png", 0, 54, 5, 779030, "CNN Election Graph", "CNN Political Election Graph"],
[0, 62, 1625818870, "tA5uiPj8", "https://i.imgur.com/XrJVXQM.jpeg", 11, 6032, 1847, 234395, "how to make roblox shirt", "make it"],
[0, 62, 1625909124, "3X2LWJqe", "https://i.imgur.com/zTeF97n.jpeg", 11, 644, 251, 192499, "pfp template", "when exporting put width - 500 height - 500"],
[0, 62, 1626775582, "uTj4pcRF", "https://i.imgur.com/W6p1ZiI.png", 11, 1173, 172, 684779, "pfp maker", "just download this font and add to photopea\nhttps:\/\/www.fontspace.com\/space-mission-font-f56190"],
[0, 62, 1627549093, "z9SdouTB", "https://i.imgur.com/R4qO2s7.png", 11, 46476, 10294, 703983, "pfp maker", "credits - hisho"],
[0, 62, 1627549093, "z9SdouTB", "https://i.imgur.com/R4qO2s7.png", 11, 46480, 10294, 703983, "pfp maker", "credits - hisho"],
[0, 62, 1628770660, "HUMyYWlX", "https://i.imgur.com/ClMIHPK.png", 0, 899, 218, 104116, "LOGO FOR COMPANY", "USE IT AND COMMENT"],
[0, 62, 1642503317, "qd0necg8", "https://i.imgur.com/DZk6Dzc.jpeg", 11, 13202, 5427, 5407977, "Youtube banner blue", "pls give credits to me . my youtube channel - https:\/\/www.youtube.com\/channel\/UCc2_br6zLxWVxHVIZiY5eKQ"],
[0, 62, 1642503317, "qd0necg8", "https://i.imgur.com/DZk6Dzc.jpeg", 11, 13203, 5428, 5407977, "Youtube banner blue", "pls give credits to me . my youtube channel - https:\/\/www.youtube.com\/channel\/UCc2_br6zLxWVxHVIZiY5eKQ"],
[0, 63, 1639829206, "sdj8DrrY", "https://i.imgur.com/DnZNyB1.jpeg", 10, 1178, 166, 19535973, "Header Twitter\/Facebook", "Poland graphic designer \ud83d\udc4b\nBuy graphics in discord: speezy#7686"],
[0, 64, 1626091600, "FmyOqI9S", "https://i.imgur.com/18v4CWa.jpg", 0, 1725, 1067, 4135409, "Putin_life", "1"],
[0, 65, 1628485322, "MWflTyYK", "https://i.imgur.com/t5prY97.jpg", 0, 191, 32, 237650, "4DD1E570-294A-493F-A43D-402A9A4A07C8", "Ifk"],
@ -405,14 +405,14 @@
[0, 80, 1638888953, "z_2pMc8o", "https://i.imgur.com/cUI1Yjw.jpeg", 10, 981, 162, 822477, "***FREE*** Youtube Channel Art\/Banner", "See How To Make It...Click This LINK : https:\/\/www.youtube.com\/watch?v=J8Q_vPi9bkU&t=53s\nPlease SUBSCRIBE Me On YOUTUBE: https:\/\/www.youtube.com\/channel\/UCk2xy9I9CiH3qqeaEVomnPQ?sub_confirmation=1"],
[0, 80, 1639140241, "de73PU0R", "https://i.imgur.com/WZmDxhU.jpeg", 15, 520, 124, 359710, "WINTER FLAKES TEXT", "!ENJOY!\nPlease SUBSCRIBE Me On YOUTUBE: https:\/\/www.youtube.com\/channel\/UCk2xy9I9CiH3qqeaEVomnPQ?sub_confirmation=1"],
[0, 80, 1639142124, "ylbrJFmg", "https://i.imgur.com/fy3aLFc.jpeg", 15, 190, 32, 37485, "BLOWING TEXT", "!ENJOY!\nPlease SUBSCRIBE Me On YOUTUBE: https:\/\/www.youtube.com\/channel\/UCk2xy9I9CiH3qqeaEVomnPQ?sub_confirmation=1"],
[0, 81, 1629146214, "wyqvXT68", "https://i.imgur.com/KT3mdPF.jpg", 10, 3950, 1614, 121576, "Chrome Text Effect", "template for metal or chrome looking text"],
[0, 81, 1629146214, "wyqvXT68", "https://i.imgur.com/KT3mdPF.jpg", 10, 3952, 1614, 121576, "Chrome Text Effect", "template for metal or chrome looking text"],
[0, 81, 1629146799, "jJRNzRr-", "https://i.imgur.com/hcxGm9k.jpg", 10, 1089, 539, 142807, "Satin Text Template", "cool text template to use for your social media work"],
[0, 82, 1654598508, "u1-ESE0t", "https://i.imgur.com/Y45df1D.jpg", 14, 272, 46, 168442, "I don't want to play with you meme", ":)"],
[0, 83, 1629285705, "9uwF5PJP", "https://i.imgur.com/LKJrmit.png", 0, 157, 8, 2882, "Phone_Template", "Phone template"],
[3, 84, 1655254572, "P8ohtC_m", "https://media.myphotoshopbrushes.com/patterns/schemat/1055.png", 0, 0, 219, 9801, "Dooffy Patterns Square Brushes", "Dooffy Patterns Square Brushes"],
[3, 84, 1655255170, "5YsmEvi3", "https://media.myphotoshopbrushes.com/brushes/schemat/338.png", 0, 0, 480, 1271241, "Halftones 1", "halftones"],
[3, 84, 1655256645, "FY_8xtiN", "https://media.myphotoshopbrushes.com/brushes/schemat/halftone-brushes.jpg", 0, 0, 411, 11357896, "Halftones 2", "halftones"],
[3, 84, 1655256770, "ZLYo7vp5", "https://media.myphotoshopbrushes.com/brushes/schemat/298.png", 0, 0, 676, 6796938, "3D Halftones", "3d halftones"],
[3, 84, 1655256770, "ZLYo7vp5", "https://media.myphotoshopbrushes.com/brushes/schemat/298.png", 0, 0, 677, 6796938, "3D Halftones", "3d halftones"],
[3, 84, 1655256948, "Sl2Isg2h", "https://media.myphotoshopbrushes.com/brushes/schemat/409.png", 0, 0, 229, 161674, "Dotted Square Halftones", "Dotted Square Halftones"],
[0, 85, 1634471071, "PnKmiOnM", "https://i.imgur.com/wv2DRCy.jpeg", 11, 4703, 1212, 2153046, "Xenoz Anime Edit Thumbnail", "An anime edit thumbnail like xenoz or retuurn. Free naruto template. Tutorial on my channel: Trxnn"],
[0, 85, 1634584381, "701oL4kp", "https://i.imgur.com/bmSbBnW.jpeg", 11, 2373, 629, 2526820, "Xenoz Thumbnail Anime Edit\/AMV", "Anime edit thumbnail like xenoz. Pls sub to me on yt\nAlso I have a tutorial on my channel - Trxnn"],
@ -422,7 +422,7 @@
[0, 87, 1630446276, "vUlCZ_ck", "https://i.imgur.com/HOvhF95.jpg", 0, 142, 32, 405992, "FINAL HOME (3)", "FOR IMAAD ARAIN"],
[0, 88, 1630890865, "rrxmQM9o", "https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/92af585b-8e9b-4345-b3d2-bf7d1da1e96e/deq458k-4363adee-26aa-4df0-8f25-06d21f605c02.png/v1/fill/w_824,h_970,q_70,strp/quinn_by_waatsoned_by_waatsoned_deq458k-pre.jpg", 0, 342, 85, 449521, "Quinn", "Quinn Waaston"],
[0, 89, 1631298384, "DbuXUyc8", "https://i.imgur.com/bqz10Ww.png", 12, 1328, 392, 3809255, "TEMPLATE PAULO CUENCA", "INSTAGRAM: https:\/\/www.instagram.com\/paulocuenca\/"],
[0, 89, 1631303255, "m6KrMrVL", "https://i.imgur.com/ihZbUqP.jpg", 12, 5953, 1255, 3551246, "( O NOVO MERCADO ) Market New", "INSTAGRAM: https:\/\/www.instagram.com\/onovomercado\/\nCREDITS: @fernandodgss"],
[0, 89, 1631303255, "m6KrMrVL", "https://i.imgur.com/ihZbUqP.jpg", 12, 5958, 1255, 3551246, "( O NOVO MERCADO ) Market New", "INSTAGRAM: https:\/\/www.instagram.com\/onovomercado\/\nCREDITS: @fernandodgss"],
[0, 90, 1631526074, "QZrSm_gV", "https://i.imgur.com/OewcEvo.jpg", 0, 125, 6, 308847, "Salon", "Salon"],
[0, 90, 1631583232, "8Ir_62zo", "https://i.imgur.com/NJjTApm.jpg", 0, 222, 59, 26770188, "Salon 02", "Designer Sal\u00e3o"],
[0, 90, 1631586180, "w4sdzT8m", "https://i.imgur.com/BLw3UFk.jpg", 0, 681, 202, 1471293, "Salon 03", "Post para sal\u00e3o"],
@ -433,7 +433,7 @@
[0, 92, 1631883793, "VpV2rUt3", "https://i.imgur.com/hxITnrd.jpeg", 11, 1371, 591, 71522, "White balloon text", "Balloon text,a recreation of the gold sign by CAMBIT Creates,enjoy :)"],
[0, 92, 1632581135, "FenuZc-g", "https://i.imgur.com/sYe5BpV.jpeg", 10, 886, 169, 64603, "Twitter Banner Template", "Just a simple twitter banner."],
[0, 93, 1632085792, "oGMxtV9w", "https://i.imgur.com/BvL7vsn.jpg", 0, 4904, 1137, 5044356, "Banner Template", "Banner Template For You To Use"],
[0, 93, 1632336680, "1ctA8x46", "https://i.imgur.com/fZ27O6L.jpg", 0, 4552, 1483, 18597049, "Banner Template", "Banner For You"],
[0, 93, 1632336680, "1ctA8x46", "https://i.imgur.com/fZ27O6L.jpg", 0, 4553, 1483, 18597049, "Banner Template", "Banner For You"],
[0, 94, 1632322203, "wJ2DnZQf", "https://i.imgur.com/tTi66G0.png", 11, 800, 53, 14158, "Epic Text", "This text along with the background is ideal for a thumbnail!\n(The thumbnail size is preset to the YouTube thumbnail standard)"],
[0, 95, 1632322094, "uYORwfcs", "https://i.imgur.com/GPx3EDQ.jpg", 3, 7785, 2210, 3321214, "book product", "bookcover"],
[0, 95, 1639292266, "x6zFGFKA", "https://i.imgur.com/uChE3GP.jpg", 12, 741, 339, 166862, "industrial", "instagram"],
@ -442,9 +442,9 @@
[0, 97, 1634379541, "vECCFRRh", "https://i.imgur.com/9otnC14.png", 3, 486, 47, 81209, "Roblo-UI", "Hey, this UI is famous on games of Simulation! Get one, and click here!"],
[0, 97, 1634381017, "ESSiYyNd", "https://i.imgur.com/EVdtadh.jpeg", 10, 1433, 385, 1091418, "Halloween Event 2021 Roblox", "You can change the \"Event 2021 Roblox\" If you want!. Thank you, follow me in https:\/\/discord.gg\/QtRMJypC"],
[0, 97, 1634385180, "PyN0vLOK", "https://i.imgur.com/rxhSHfn.png", 11, 822, 310, 105710, "Icon-Youtube", "Change the text \"P\" Thank you. Follow me in Roblox. :D"],
[0, 97, 1634385644, "eyKMo73X", "https://i.imgur.com/sqZlPZb.png", 11, 610, 85, 758702, "Icon-Youtube", "This is for Youtube, change the text \"G\" Thank you. :D"],
[0, 97, 1634385734, "uMgt9ONM", "https://i.imgur.com/PYzheEs.png", 11, 2361, 745, 15328, "Icon-Youtube-3", "Change the text \"R\" Or if you want, you can. Thank you.:D"],
[0, 97, 1634409553, "iZjJtIAo", "https://i.imgur.com/4ZujvOf.png", 60, 2150, 1041, 5968137, "Icon-Game-Roblox", "Hey, you can disable the color of the \"3D Wallaper\" Thank you. :D"],
[0, 97, 1634385644, "eyKMo73X", "https://i.imgur.com/sqZlPZb.png", 11, 611, 85, 758702, "Icon-Youtube", "This is for Youtube, change the text \"G\" Thank you. :D"],
[0, 97, 1634385734, "uMgt9ONM", "https://i.imgur.com/PYzheEs.png", 11, 2362, 745, 15328, "Icon-Youtube-3", "Change the text \"R\" Or if you want, you can. Thank you.:D"],
[0, 97, 1634409553, "iZjJtIAo", "https://i.imgur.com/4ZujvOf.png", 60, 2151, 1042, 5968137, "Icon-Game-Roblox", "Hey, you can disable the color of the \"3D Wallaper\" Thank you. :D"],
[0, 97, 1650219074, "TK3JDOOf", "https://i.imgur.com/79Du28Y.png", 0, 111, 14, 73821, "Inventary and money Uis", "Free stuff"],
[0, 97, 1658224362, "AuJk5wnC", "https://i.imgur.com/TOeDi8d.png", 60, 143, 50, 30184, "Roblox-Gui-Optional-Stuff", "I'm back :D. Also all these stuff in the background are optional!"],
[0, 98, 1634559305, "r81-4WIp", "https://i.imgur.com/e55DD3j.jpg", 11, 2945, 350, 246940, "squid game thumbnail", "used font\n\"game of squids\""],
@ -461,7 +461,7 @@
[0, 102, 1649672652, "FMNzkDY2", "https://i.imgur.com/15pZhE1.jpg", 10, 321, 158, 132728, "Roblox GUI - Twitter Code", "Twitter Code"],
[0, 102, 1652536949, "wHvl_l7-", "https://i.imgur.com/bHrvHB3.jpg", 11, 1051, 282, 1366554, "Simple YouTube Thumbnail", "Use this template for a simple YouTube Gaming Video\/Streaming Thumbnail"],
[0, 102, 1652537074, "_z-oBeQk", "https://i.imgur.com/sMDCqmT.png", 15, 205, 41, 10943, "Simple Flag Design", "Use this flag for any simple design"],
[0, 102, 1653081113, "sPLvDCLO", "https://i.imgur.com/aYX9a1u.png", 10, 1208, 662, 26312, "Twitch Panel", "Made a free simple text icon twitch panel"],
[0, 102, 1653081113, "sPLvDCLO", "https://i.imgur.com/aYX9a1u.png", 10, 1209, 662, 26312, "Twitch Panel", "Made a free simple text icon twitch panel"],
[0, 102, 1653140488, "FKAwhds0", "https://i.imgur.com/kEqVATo.jpg", 10, 377, 135, 1821537, "Twitch Starting Soon Screen", "Twitch"],
[0, 102, 1653269657, "b8qsJNbE", "https://i.imgur.com/7eRZwgx.png", 10, 880, 580, 205388, "Purple Profile Picture", "Simple Purple Text Profile Picture"],
[0, 102, 1654022337, "uoSKjBkk", "https://i.imgur.com/Jd9KaGi.jpg", 10, 1470, 680, 2672593, "Red & Black Twitter Banner Header (Naruto Style)", "Naruto Sage Mode - Twitter Banner Header"],
@ -485,8 +485,8 @@
[0, 108, 1634647452, "dxmJhzzk", "https://64.media.tumblr.com/479654e0c4c6e949447ae279676a18b6/840cfc28d8fee5f7-80/s250x400/8bfd5983d6dbb69fdfff4b8232f25701be93f286.jpg", 0, 337, 36, 263642, "cute psd", "<3"],
[0, 108, 1634682399, "mEKddjfJ", "https://i.imgur.com/ApbU9HN.jpg", 0, 180, 18, 46905, "choco psd", "<3"],
[0, 108, 1634692695, "CTMdA_7c", "https://i.imgur.com/p98BBCO.jpg", 0, 150, 6, 78268, "angel psd", "<3"],
[0, 109, 1634974864, "NJQBnd4x", "https://i.imgur.com/XDdYo0f.jpeg", 0, 75184, 23287, 2163814, "3d glass window logo mockup", "3D glass window logo mockup for your logos, simple and easy to use. I've used it on a couple of my videos on YouTube channel - Learn with Zar.\n\nAttribute to designer: \n3D Mockup - psfiles.com\/"],
[0, 109, 1637728776, "gK--4nkY", "https://i.imgur.com/8I0KRSK.jpg", 1, 7031, 1651, 117570, "Laptop Mockup", "Fresh feel laptop mockup for your designs, simple and easy to use. I've used it when presenting to some of my potential customers. For more easy-to-follow tutorials visit my videos on my YouTube channel - Learn with Zar."],
[0, 109, 1634974864, "NJQBnd4x", "https://i.imgur.com/XDdYo0f.jpeg", 0, 75204, 23290, 2163814, "3d glass window logo mockup", "3D glass window logo mockup for your logos, simple and easy to use. I've used it on a couple of my videos on YouTube channel - Learn with Zar.\n\nAttribute to designer: \n3D Mockup - psfiles.com\/"],
[0, 109, 1637728776, "gK--4nkY", "https://i.imgur.com/8I0KRSK.jpg", 1, 7034, 1652, 117570, "Laptop Mockup", "Fresh feel laptop mockup for your designs, simple and easy to use. I've used it when presenting to some of my potential customers. For more easy-to-follow tutorials visit my videos on my YouTube channel - Learn with Zar."],
[0, 109, 1637732564, "t9_7Xkr_", "https://i.imgur.com/tqTkuke.jpg", 0, 1083, 184, 153920, "Restaurant Logo Mockup", "Display your amazing designs using this restaurant mockup, it\u2019s simple and easy to use. I've used it when presenting to some of my potential customers. For more easy-to-follow tutorials visit my videos on my YouTube channel - Learn with Zar."],
[0, 110, 1634858494, "QGIsTsp7", "https://i.imgur.com/1Ut3U99.jpeg", 0, 123, 52, 243382, "Email Hero Image", "Email Hero Image with CTA Button"],
[0, 111, 1635363494, "Bvl0ueGs", "https://i.imgur.com/9ovboIZ.jpg", 60, 224, 59, 4685525, "Rec Room Name PopUp Fancy", "From rec room content kit"],
@ -496,7 +496,7 @@
[3, 113, 1659300615, "W7zBcbh6", "https://i.imgur.com/RfTm1bN.png", 0, 0, 124, 218697, "turtle brush", "turtle"],
[3, 113, 1659331525, "CEFnSc0-", "https://i.imgur.com/dT2u4ki.png", 0, 0, 223, 290651, "gear brush", "gear"],
[0, 114, 1638331656, "x8YyUGGT", "https://i.imgur.com/n6ylEv4.jpg", 11, 999, 23, 53438, "HiF5UL5GfKDqEr8kqUx5nxBtEgDy0TJqPevmstphzD6868yPGd", "Logical kz subscribe on YouTube"],
[0, 115, 1637180243, "FXpVWLwg", "https://i.imgur.com/JW9sdt8.jpg", 0, 930, 169, 638360, "Gospel Album Cover", "Praise The Lord with this high quality Gospel Album Cover! Created originally by N-Anointed Designs. \n\n- * ( P H O T O S ) * -\nhttps:\/\/d1fufvy4xao6k9.cloudfront.net\/feed\/img\/man_suit2\/215643\/beige-tweed-suit.png \n\nhttps:\/\/cgbookcase-volume.b-cdn.net\/t\/Fingerprints01\/Fingerprints01_3K.png"],
[0, 115, 1637180243, "FXpVWLwg", "https://i.imgur.com/JW9sdt8.jpg", 0, 931, 169, 638360, "Gospel Album Cover", "Praise The Lord with this high quality Gospel Album Cover! Created originally by N-Anointed Designs. \n\n- * ( P H O T O S ) * -\nhttps:\/\/d1fufvy4xao6k9.cloudfront.net\/feed\/img\/man_suit2\/215643\/beige-tweed-suit.png \n\nhttps:\/\/cgbookcase-volume.b-cdn.net\/t\/Fingerprints01\/Fingerprints01_3K.png"],
[0, 116, 1635949596, "3R4Ecks_", "https://i.imgur.com/uvxRJBW.jpeg", 21, 708, 29, 3024208, "Shoob Card Template (Solo T1-T6)", "You need to download the fonts first \n(IF the psd is bugged you can download the template here)\n\nhttps:\/\/shoob.gg\/submit"],
[0, 117, 1636321936, "SVay8SFE", "https://i.imgur.com/eEp8x4c.jpg", 15, 636, 110, 56092, "hyper text effect", "Hyper text effect"],
[0, 117, 1636322070, "K_1ijS1s", "https://i.imgur.com/EMp7g3y.jpg", 15, 362, 33, 709290, "New bluish tect effect", "New bluish tect effect"],
@ -516,14 +516,14 @@
[0, 120, 1658770115, "K6P-AAh4", "https://i.imgur.com/w0hPsB7.png", 60, 682, 146, 732062, "Fortnite Twitch Overlay by Gael Level", "A transparent overlay meant for you to have your health bar as the background color in OBS"],
[0, 120, 1659375042, "bEKXasSx", "https://i.imgur.com/8caoF5k.png", 60, 510, 112, 129300, "Valorant style Twitch Panels by Gael Level", "from Gael Level tutorial: https:\/\/youtu.be\/61WvKX1fiAk"],
[0, 120, 1660666195, "bwZghEA-", "https://i.imgur.com/dY2XnH0.png", 11, 367, 114, 6749272, "PODCAST overlay for Twitch Youtube OBS studio by Gael Level", "Made for a tutorial on recording\/streaming discord conversations"],
[0, 120, 1660931081, "8lEzI3Sg", "https://i.imgur.com/V9pewZ8.png", 11, 3936, 1643, 1753567, "LIGHTNING Youtube Banner Template by Gael Level", "Youtube banner template.\nChange the text, add your character, export."],
[0, 120, 1662558032, "CGNYxapm", "https://i.imgur.com/qDr1QT8.png", 11, 3930, 1374, 7029622, "Youtube Thumbnail Template - Gaming", "A youtube thumbnail for gaming videos"],
[0, 120, 1664392689, "CsXBDIIb", "https://i.imgur.com/VX9dFFX.png", 60, 254, 58, 1969645, "ALPHA Stream Overlays by Gael Level", "Made for a tutorial\nWatch here https:\/\/youtu.be\/oH0esmKNlH0"],
[0, 120, 1665064361, "JqlhM2V8", "https://i.imgur.com/mRZKr83.png", 10, 3923, 2134, 121346, "Social media pop up Template by Gael Level", "Static social media bar for live streamers"],
[0, 120, 1660931081, "8lEzI3Sg", "https://i.imgur.com/V9pewZ8.png", 11, 3938, 1645, 1753567, "LIGHTNING Youtube Banner Template by Gael Level", "Youtube banner template.\nChange the text, add your character, export."],
[0, 120, 1662558032, "CGNYxapm", "https://i.imgur.com/qDr1QT8.png", 11, 3932, 1374, 7029622, "Youtube Thumbnail Template - Gaming", "A youtube thumbnail for gaming videos"],
[0, 120, 1664392689, "CsXBDIIb", "https://i.imgur.com/VX9dFFX.png", 60, 256, 58, 1969645, "ALPHA Stream Overlays by Gael Level", "Made for a tutorial\nWatch here https:\/\/youtu.be\/oH0esmKNlH0"],
[0, 120, 1665064361, "JqlhM2V8", "https://i.imgur.com/mRZKr83.png", 10, 3929, 2139, 121346, "Social media pop up Template by Gael Level", "Static social media bar for live streamers"],
[0, 121, 1636671983, "19D5vK8a", "https://i.imgur.com/nZwUWbT.png", 0, 663, 72, 567, "Test add tempate", "s"],
[0, 122, 1636831068, "0HIlgf8Z", "https://i.imgur.com/rrvmScb.png", 10, 870, 457, 55498, "Red Hyper banner Overlay", "Custom banner overlay"],
[0, 123, 1636912829, "6F70eACm", "https://i.imgur.com/I9JArIn.jpg", 15, 1121, 209, 296586, "PC SPIDY WALLPAPER", "How is it."],
[0, 124, 1639333106, "SpNOPBit", "https://i.imgur.com/hkaGeoo_d.png", 3, 7171, 915, 2748759, "t-shirt mockup", "t-shirt"],
[0, 124, 1639333106, "SpNOPBit", "https://i.imgur.com/hkaGeoo_d.png", 3, 7173, 915, 2748759, "t-shirt mockup", "t-shirt"],
[0, 125, 1650138190, "YHGSwd7b", "https://i.imgur.com/64vybFV.jpeg", 14, 303, 48, 232373, "Minecraftilehm", "Lihtsalt naljakas project, lol."],
[0, 126, 1637677611, "XDblTYJh", "https://i.imgur.com/Z7CsRqG.png", 60, 3717, 1465, 388066, "Neon Sign", "With this FREE template, you can make your own neon sign, you do not need credit as I did this in class :D, I hope you enjoy it!"],
[0, 126, 1637765324, "UtcELoNa", "https://i.imgur.com/APafmaF.jpeg", 15, 162, 56, 1414173, "Waves Sign", "Hello there, thanks for clicking on my template. I made this while in class (as always). If you have questions they should be in the read me folder, just click on the *EYE* icon to show it.\n\nIf you have further questions let me know in the comments (scroll down)!"],
@ -537,18 +537,18 @@
[0, 130, 1637976543, "HUfFzyUJ", "https://i.imgur.com/fjWlX3y.jpeg", 11, 521, 212, 120923, "Red Curvey Clickbait Arrow", "Arrow By arialfx:\nhttps:\/\/youtube.com\/arialfx\nhttps:\/\/arialfx.com"],
[0, 130, 1637977045, "A7vK9Uek", "https://i.imgur.com/mWF2Wth.png", 11, 1546, 728, 961, "Perfect White Border For Thumbnails (1280 x 720)", "White Border For Thumbnails"],
[0, 130, 1637977738, "OuHRjzZj", "https://i.imgur.com/mmfZuTi.jpeg", 11, 176, 59, 26522, "Clickbait Style Cross", "Fortnite Thumbnail X"],
[0, 130, 1639182357, "vqV_VTkh", "https://i.imgur.com/w4YuMxE.png", 11, 2611, 1309, 24222, "Clickbait Fortnite Text 2.0!", "White Edition! (drag and drop in your project) :)"],
[0, 130, 1639182357, "vqV_VTkh", "https://i.imgur.com/w4YuMxE.png", 11, 2611, 1310, 24222, "Clickbait Fortnite Text 2.0!", "White Edition! (drag and drop in your project) :)"],
[0, 130, 1639715199, "4uWIwzNk", "https://i.imgur.com/7mvX1E4.jpeg", 11, 1463, 640, 24192, "White And Red Clickbait Text!", "drag and drop on ur project enjoy :)"],
[0, 130, 1639715498, "ll99EPfd", "https://i.imgur.com/165aGhQ.jpeg", 15, 26258, 12256, 24256, "Clickbait Text 3.0", "drag and drop in ur project enjoy! :)"],
[0, 131, 1640166624, "Brpyf4qI", "https://i.imgur.com/ARBY9dj.jpeg", 11, 2643, 870, 66826, "Gold TEXT", "Simple Gold Text (you have to change both text layers to your name)\nCredit to \"Cambit Creates\""],
[0, 130, 1639715498, "ll99EPfd", "https://i.imgur.com/165aGhQ.jpeg", 15, 26261, 12263, 24256, "Clickbait Text 3.0", "drag and drop in ur project enjoy! :)"],
[0, 131, 1640166624, "Brpyf4qI", "https://i.imgur.com/ARBY9dj.jpeg", 11, 2644, 870, 66826, "Gold TEXT", "Simple Gold Text (you have to change both text layers to your name)\nCredit to \"Cambit Creates\""],
[0, 132, 1638451861, "6lp-2AWS", "https://i.imgur.com/xdNdqLQ.jpg", 60, 357, 30, 43914, "psd__76___polaroid_by_night_gate_by_night_gate_daroopf (1)", "Idk wtf I'm doing but if this posts it's psd #76 polaroid by night-gate on DeviantArt"],
[0, 133, 1638719858, "9E1wFrdb", "https://i.imgur.com/Ueb5FxA.jpg", 21, 807, 82, 133840, "Dressed Undressed", "hgfhgf"],
[0, 134, 1638961144, "AyPXY0cn", "https://i.imgur.com/KPgkggL.jpg", 0, 367, 15, 133784, "psd__45_by_xsweetxtea_ddlutln", "hereherehereherehehree"],
[0, 135, 1641116089, "YwrcRLRS", "https://i.imgur.com/cVhqlTs.jpg", 60, 85224, 31508, 122705, "Roblox Clothing Templates", "Do you need the template to make a shirt or pants on the platform Roblox? If you do well then here you go."],
[0, 135, 1641116089, "YwrcRLRS", "https://i.imgur.com/cVhqlTs.jpg", 60, 85228, 31509, 122705, "Roblox Clothing Templates", "Do you need the template to make a shirt or pants on the platform Roblox? If you do well then here you go."],
[0, 136, 1639151647, "zhVjj46-", "https://i.imgur.com/WtWytyu.jpg", 0, 245, 44, 166842, "daz flowers.2021", "flowers"],
[0, 137, 1640167164, "Q3c8MSGB", "https://i.imgur.com/vrtfvCS.jpg", 2, 354, 25, 28823228, "DC Mockup 02", "Perde + Hali"],
[0, 138, 1640028720, "27DnORKS", "https://i.imgur.com/A0eWZJe.jpg", 0, 6096, 1940, 144415, "Clickbait Font", "Made by Daddy Grav"],
[0, 139, 1640204706, "54NwBSGU", "https://i.imgur.com/eJwQ4Iv.png", 10, 5148, 1917, 454787, "Roblox simulator logo", "Basic logo for Roblox simulator games"],
[0, 139, 1640204706, "54NwBSGU", "https://i.imgur.com/eJwQ4Iv.png", 10, 5150, 1917, 454787, "Roblox simulator logo", "Basic logo for Roblox simulator games"],
[0, 140, 1640435240, "SViiyUUb", "https://i.imgur.com/z7pB0fz.jpeg", 10, 855, 450, 23147, "Simple Twitter Banner", "Just a simple twitter banner where you can change the name to your desire!"],
[0, 141, 1640594595, "bIyRfxuq", "https://wallpapercave.com/wp/wp6322092.jpg", 1, 2532, 195, 628507, "Background AesThecThic", "LOL"],
[0, 142, 1640787580, "dCLKqiT_", "https://i.imgur.com/HfD3eX8.jpg", 10, 125, 19, 6195949, "ViserionComunica\u00e7ao", "Especialista em Design Gr\u00e1fico Publicit\u00e1rio"],
@ -571,79 +571,79 @@
[0, 155, 1644471783, "UmIi2uhs", "https://i.imgur.com/lTsWuk8.jpeg", 15, 637, 447, 17956, "Cool Text For YouTube Thumbnails", "This Is A Basic Test With A Stroke Drop Shadow And Some Other Things."],
[0, 156, 1643504813, "dJsomJxN", "https://i.imgur.com/uIYtTHK.jpg", 0, 143, 34, 4045541, "DAILY PRICE UPDATE TEMPLATE NEW", "."],
[0, 157, 1643614301, "nB--Et5O", "https://i.imgur.com/RXSMAxg.jpg", 0, 115, 17, 5458923, "Magic Item template", "1"],
[0, 158, 1644008729, "TPFkUiWV", "https://graphicsfamily.com/wp-content/uploads/edd/2022/01/Dark-Office-Logo-Mockup-1180x787.jpg", 0, 4068, 1088, 4607273, "Dark Office Logo Mockup", "Perfect for branding your logo design projects.\nDownload Free .PSD source + TUTORIAL: \nhttps:\/\/graphicsfamily.com\/downloads\/dark-office-logo-mockup\/"],
[0, 158, 1644015984, "57sVTBeT", "https://graphicsfamily.com/wp-content/uploads/edd/2022/02/3D-Glass-Logo-Mockup-by-GraphicsFamily.jpg", 0, 6095, 1148, 17658662, "3D Glass Logo Mockup", "Built to empower your logo & brand identity. Design flexibility, influence and shine! Download:\n\nhttps:\/\/graphicsfamily.com\/downloads\/3d-glass-logo-mockup\/"],
[0, 158, 1644139646, "a6trZkwY", "https://graphicsfamily.com/wp-content/uploads/edd/2022/02/Free-Office-Logo-Mockup-Download-GraphicsFamily-.jpg", 0, 19314, 4738, 795500, "Free Office Logo Mockup", "Showcase your logo or brand in a professional manner. Download Free .PSD source :\n\nhttps:\/\/graphicsfamily.com\/downloads\/free-office-logo-mockup\/"],
[0, 158, 1644188269, "GD89Pvb1", "https://graphicsfamily.com/wp-content/uploads/edd/2022/02/3D-Logo-Mockup-Design-Download.jpg", 0, 70459, 14779, 5807217, "3D Logo Mockup", "A brilliant way to improve your logo appearance! Impress your audience! Download Free PSD source:\n\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-design\/"],
[0, 158, 1644008729, "TPFkUiWV", "https://graphicsfamily.com/wp-content/uploads/edd/2022/01/Dark-Office-Logo-Mockup-1180x787.jpg", 0, 4069, 1088, 4607273, "Dark Office Logo Mockup", "Perfect for branding your logo design projects.\nDownload Free .PSD source + TUTORIAL: \nhttps:\/\/graphicsfamily.com\/downloads\/dark-office-logo-mockup\/"],
[0, 158, 1644015984, "57sVTBeT", "https://graphicsfamily.com/wp-content/uploads/edd/2022/02/3D-Glass-Logo-Mockup-by-GraphicsFamily.jpg", 0, 6096, 1148, 17658662, "3D Glass Logo Mockup", "Built to empower your logo & brand identity. Design flexibility, influence and shine! Download:\n\nhttps:\/\/graphicsfamily.com\/downloads\/3d-glass-logo-mockup\/"],
[0, 158, 1644139646, "a6trZkwY", "https://graphicsfamily.com/wp-content/uploads/edd/2022/02/Free-Office-Logo-Mockup-Download-GraphicsFamily-.jpg", 0, 19317, 4738, 795500, "Free Office Logo Mockup", "Showcase your logo or brand in a professional manner. Download Free .PSD source :\n\nhttps:\/\/graphicsfamily.com\/downloads\/free-office-logo-mockup\/"],
[0, 158, 1644188269, "GD89Pvb1", "https://graphicsfamily.com/wp-content/uploads/edd/2022/02/3D-Logo-Mockup-Design-Download.jpg", 0, 70472, 14782, 5807217, "3D Logo Mockup", "A brilliant way to improve your logo appearance! Impress your audience! Download Free PSD source:\n\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-design\/"],
[0, 158, 1644296595, "e-Zq-21q", "https://graphicsfamily.com/wp-content/uploads/2022/02/Download-Smoke-Effects-Free-Neon-Logo-Mockup.jpg", 0, 2137, 351, 3423972, "Neon Logo Mockup", "Put the WOW factor in your logo designs and amaze your audience! Download Free PSD source: graphicsfamily.com\/downloads\/free-neon-logo-mockup\/"],
[0, 158, 1645134049, "rH6GfJ3v", "https://graphicsfamily.com/wp-content/uploads/2022/02/Free-Cap-Mockup-Thumb.jpg", 0, 1538, 526, 7326924, "Free Cap Mockup", "Showcase your logo designs like a PRO with this beautiful PSD mockup.\nDownload PSD source: https:\/\/graphicsfamily.com\/downloads\/free-cap-mockup\/"],
[0, 158, 1645138185, "FpsxpDlZ", "https://graphicsfamily.com/wp-content/uploads/2022/02/3D-Logo-Mockup-on-Office-Glass-Wall-by-GraphicsFamily.jpg", 0, 8516, 2984, 3576263, "3D Logo Mockup On Office Glass Wall", "Imagination, Logo Design Creativity and Finesse. Free Download PSD Source:\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-office-glass-wall\/"],
[0, 158, 1645139838, "_-iPoMvO", "https://graphicsfamily.com/wp-content/uploads/edd/2020/05/MODERN-3D-LOGO-MOCKUP-1180x885.jpg", 0, 19721, 4777, 3730985, "Modern 3D Logo Mockup", "This stunning 3D Logo Mock-up will help you transform your logo, text or icon into a modern and realistic 3D perspective. Download PSD source file now:\nhttps:\/\/graphicsfamily.com\/downloads\/modern-3d-logo-mock-up\/"],
[0, 158, 1645396876, "AyNQMMS7", "https://i.imgur.com/ay8ILtp.jpg", 0, 44924, 13506, 21782013, "Logo Mockup on Office Glass", "Let's make your new logo worth a thousand words! Free download PSD source now:\ngraphicsfamily.com\/downloads\/logo-mockup-on-office-glass\/"],
[0, 158, 1645511025, "Gjp5Zcb2", "https://i.imgur.com/n610gL1.jpg", 0, 28017, 8800, 1415753, "3D Logo Mockup on Black Wall", "A perfect mockup for branding your logo design projects! Free download PSD source now: \nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-black-wall\/ \u200e"],
[0, 158, 1645134049, "rH6GfJ3v", "https://graphicsfamily.com/wp-content/uploads/2022/02/Free-Cap-Mockup-Thumb.jpg", 0, 1540, 526, 7326924, "Free Cap Mockup", "Showcase your logo designs like a PRO with this beautiful PSD mockup.\nDownload PSD source: https:\/\/graphicsfamily.com\/downloads\/free-cap-mockup\/"],
[0, 158, 1645138185, "FpsxpDlZ", "https://graphicsfamily.com/wp-content/uploads/2022/02/3D-Logo-Mockup-on-Office-Glass-Wall-by-GraphicsFamily.jpg", 0, 8518, 2985, 3576263, "3D Logo Mockup On Office Glass Wall", "Imagination, Logo Design Creativity and Finesse. Free Download PSD Source:\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-office-glass-wall\/"],
[0, 158, 1645139838, "_-iPoMvO", "https://graphicsfamily.com/wp-content/uploads/edd/2020/05/MODERN-3D-LOGO-MOCKUP-1180x885.jpg", 0, 19731, 4778, 3730985, "Modern 3D Logo Mockup", "This stunning 3D Logo Mock-up will help you transform your logo, text or icon into a modern and realistic 3D perspective. Download PSD source file now:\nhttps:\/\/graphicsfamily.com\/downloads\/modern-3d-logo-mock-up\/"],
[0, 158, 1645396876, "AyNQMMS7", "https://i.imgur.com/ay8ILtp.jpg", 0, 44935, 13508, 21782013, "Logo Mockup on Office Glass", "Let's make your new logo worth a thousand words! Free download PSD source now:\ngraphicsfamily.com\/downloads\/logo-mockup-on-office-glass\/"],
[0, 158, 1645511025, "Gjp5Zcb2", "https://i.imgur.com/n610gL1.jpg", 0, 28022, 8803, 1415753, "3D Logo Mockup on Black Wall", "A perfect mockup for branding your logo design projects! Free download PSD source now: \nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-black-wall\/ \u200e"],
[0, 158, 1645649423, "zaTSFmvR", "https://i.imgur.com/NH5TDT0.jpeg", 0, 4867, 1882, 6255169, "FREE Wall Logo Mockup", "Improve your logo design appearance and increase sales! Free download PSD source now: \nhttps:\/\/graphicsfamily.com\/downloads\/sunshade-3d-logo-mockup\/"],
[0, 158, 1645650824, "XucY2N3y", "https://i.imgur.com/RjU6oaZ.jpeg", 0, 7753, 2498, 9339291, "FREE Elegant Logo Mockup", "Put the \"WOW\" factor in your logo designs and make more money! Download free PSD source:\nhttps:\/\/graphicsfamily.com\/downloads\/black-gold-elegant-logo-mockup\/"],
[0, 158, 1645656913, "nHT4Xzgm", "https://i.imgur.com/zPzP9BX.jpeg", 0, 7678, 3318, 1681921, "FREE 3D Logo Mockup", "Get a Logo Design Presentation That Boosts Sales! Attract more clients with professional logo presentations! Free Download PSD Source File:\nhttps:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1645659025, "zekdsee6", "https://i.imgur.com/bPoPZ38.jpeg", 0, 3934, 1106, 3675843, "FREE Company Branding Logo Mockup", "Make your new logo worth a thousand words! Memorable, simple and unique. An aesthetic professional office branding is really essential for your logo design success. Free Download:\nhttps:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1645656913, "nHT4Xzgm", "https://i.imgur.com/zPzP9BX.jpeg", 0, 7688, 3323, 1681921, "FREE 3D Logo Mockup", "Get a Logo Design Presentation That Boosts Sales! Attract more clients with professional logo presentations! Free Download PSD Source File:\nhttps:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1645659025, "zekdsee6", "https://i.imgur.com/bPoPZ38.jpeg", 0, 3935, 1109, 3675843, "FREE Company Branding Logo Mockup", "Make your new logo worth a thousand words! Memorable, simple and unique. An aesthetic professional office branding is really essential for your logo design success. Free Download:\nhttps:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1645777685, "VSczIvX3", "https://i.imgur.com/4VYdfN3.jpeg", 0, 3883, 965, 6169079, "FREE Golden 3D Logo Mockup", "Beautifully crafted logo presentations will represent yourself as a designer more professionally. This awesome 3D logo mockup will instantly grab your customers attention and increase your logo designs sales. \nDownload PSD Source File:\nhttps:\/\/graphicsfamily.com\/downloads\/golden-3d-logo-mockup-on-black-wall\/"],
[0, 158, 1646254591, "ZhBoHYu3", "https://i.imgur.com/MCGitiu.jpg", 11, 2407, 308, 10140672, "YouTube Channel Art Design", "Whether you are a fashion designer, a fashion photographer, an ad agency or even a B2B tech company, you can highlight your talents and make sure your audience gets the message by using this FREE and ingenious resource today! \nFree Download PSD source:\nhttps:\/\/graphicsfamily.com\/downloads\/category\/youtube-channel-art\/"],
[0, 158, 1646259570, "HZa_T9iJ", "https://i.imgur.com/I3pSL1p.jpeg", 0, 8083, 2935, 5854366, "Realistic Glossy Wall Logo Mockup", "A beautiful logo mock-up will save you a lot of time and also will enhance the design presentation no matter how small or large your clients\u2019 projects are.\nhttps:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1646259570, "HZa_T9iJ", "https://i.imgur.com/I3pSL1p.jpeg", 0, 8089, 2935, 5854366, "Realistic Glossy Wall Logo Mockup", "A beautiful logo mock-up will save you a lot of time and also will enhance the design presentation no matter how small or large your clients\u2019 projects are.\nhttps:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1646638441, "8MNrpF_v", "https://i.imgur.com/A4LjmI1.jpeg", 0, 4911, 702, 6905639, "Black 3D Logo Mockup", "Bringing the logo design art to the cart. Good luck with sales and happy clients!\nhttps:\/\/graphicsfamily.com\/downloads\/black-3d-logo-mockup-on-gray-wall\/"],
[0, 158, 1647074735, "wBkmhxEL", "https://i.imgur.com/AOcXFhE.jpeg", 0, 11736, 2439, 11915602, "Glass 3D Logo Mockup", "Develop a passion for logo design. Very easy to use and the fastest way to show your design.\nhttps:\/\/graphicsfamily.com\/downloads\/glass-3d-logo-mockup-on-black-wall\/"],
[0, 158, 1647157344, "FBP15l60", "https://i.imgur.com/5CObZRv.jpeg", 0, 26647, 6479, 5693114, "Logo Mockup on Gray Wall", "Perfect to present your logo designs in a more realistic and creative way.\nhttps:\/\/graphicsfamily.com\/downloads\/logo-mockup-on-gray-wall\/"],
[0, 158, 1647494050, "5zk4cAot", "https://i.imgur.com/U7mdrAe.jpeg", 0, 14098, 5014, 3859253, "Logo Mockup with 3D Logo", "Showcase your creative designs with a highly realistic 3D effect logo mockup!\nhttps:\/\/graphicsfamily.com\/downloads\/logo-mockup-with-3d-logo\/"],
[0, 158, 1647074735, "wBkmhxEL", "https://i.imgur.com/AOcXFhE.jpeg", 0, 11742, 2442, 11915602, "Glass 3D Logo Mockup", "Develop a passion for logo design. Very easy to use and the fastest way to show your design.\nhttps:\/\/graphicsfamily.com\/downloads\/glass-3d-logo-mockup-on-black-wall\/"],
[0, 158, 1647157344, "FBP15l60", "https://i.imgur.com/5CObZRv.jpeg", 0, 26652, 6479, 5693114, "Logo Mockup on Gray Wall", "Perfect to present your logo designs in a more realistic and creative way.\nhttps:\/\/graphicsfamily.com\/downloads\/logo-mockup-on-gray-wall\/"],
[0, 158, 1647494050, "5zk4cAot", "https://i.imgur.com/U7mdrAe.jpeg", 0, 14102, 5017, 3859253, "Logo Mockup with 3D Logo", "Showcase your creative designs with a highly realistic 3D effect logo mockup!\nhttps:\/\/graphicsfamily.com\/downloads\/logo-mockup-with-3d-logo\/"],
[0, 158, 1648677408, "bqdOO3_I", "https://i.imgur.com/2sWljUt.jpg", 60, 384, 23, 82901, "Simple Invoice Design", "Build trust and grow your brand with a professional invoice design.\nhttps:\/\/graphicsfamily.com\/downloads\/clean-professional-invoice-template\/"],
[0, 158, 1649913429, "v6h_UzJV", "https://i.imgur.com/YNF5mkx.jpg", 0, 641, 51, 1852772, "Brick Wall Logo Mockup", "Create a stunning design presentation for your logo creations with ease! \nhttps:\/\/graphicsfamily.com\/downloads\/brick-wall-logo-mockup\/"],
[0, 158, 1652046656, "GGv20R_y", "https://i.imgur.com/zPzpLD8.jpg", 0, 1076, 91, 789206, "Metallic Badge Logo Mockup", "An amazing photorealistic metallic badge logo mockup!\nhttps:\/\/graphicsfamily.com\/downloads\/photorealistic-metallic-badge-logo-mockup\/"],
[0, 158, 1652328077, "k0GaNzRe", "https://i.imgur.com/z5pMu4X.jpg", 0, 6084, 2189, 3857288, "Photorealistic Logo Mockup", "Promote your logo design creations in a professional manner!\nhttps:\/\/graphicsfamily.com\/downloads\/photorealistic-cotton-logo-mockup\/"],
[0, 158, 1654466737, "uKiIUn7b", "https://i.imgur.com/cR6NSME.jpg", 0, 1895, 353, 2105385, "Laser Cut Cotton Logo Mockup", "Meticulously designed to make your clients super impressed. https:\/\/graphicsfamily.com\/downloads\/photo-realistic-laser-cut-cotton-logo-mockup\/"],
[0, 158, 1655180337, "cNRcf7ah", "https://i.imgur.com/zwUtfTr.jpg", 0, 7137, 1415, 1279403, "3D Golden Logo Mockup", "A brilliant way to improve your logo appearance! Generate more sales for your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/3d-golden-logo-mockup\/"],
[0, 158, 1655181707, "icRDjqMU", "https://i.imgur.com/UMXrQvj.jpg", 0, 2470, 359, 2512097, "Green Glass Logo Mockup", "Showcase your creative logo designs with a professional Green Glass Logo Mockup! https:\/\/graphicsfamily.com\/downloads\/green-glass-logo-mockup\/"],
[0, 158, 1655184671, "gsrgWpa8", "https://i.imgur.com/ZJXSDfg.jpg", 0, 7420, 2802, 1011394, "Stone Logo Mockup", "The perfect logo design presentation to impress your clients.\nhttps:\/\/graphicsfamily.com\/downloads\/carved-stone-logo-mockup\/"],
[0, 158, 1655185786, "4WdoPo04", "https://i.imgur.com/jTBFF7w.jpg", 0, 29829, 12663, 2730875, "Paper Logo Mockup", "Present Your Logo Designs Like An Ad Agency and WOW your audience!\nhttps:\/\/graphicsfamily.com\/downloads\/paper-logo-mockup\/"],
[0, 158, 1655755174, "0QpNBErG", "https://i.imgur.com/EZh6dGK.jpg", 0, 80120, 16212, 2475554, "3D Logo Mockup on Glass Wall", "Good logo design is good business! Enhance your designer portfolio with quality and professional logo presentations.\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-glass-wall\/"],
[0, 158, 1655180337, "cNRcf7ah", "https://i.imgur.com/zwUtfTr.jpg", 0, 7140, 1416, 1279403, "3D Golden Logo Mockup", "A brilliant way to improve your logo appearance! Generate more sales for your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/3d-golden-logo-mockup\/"],
[0, 158, 1655181707, "icRDjqMU", "https://i.imgur.com/UMXrQvj.jpg", 0, 2472, 359, 2512097, "Green Glass Logo Mockup", "Showcase your creative logo designs with a professional Green Glass Logo Mockup! https:\/\/graphicsfamily.com\/downloads\/green-glass-logo-mockup\/"],
[0, 158, 1655184671, "gsrgWpa8", "https://i.imgur.com/ZJXSDfg.jpg", 0, 7423, 2803, 1011394, "Stone Logo Mockup", "The perfect logo design presentation to impress your clients.\nhttps:\/\/graphicsfamily.com\/downloads\/carved-stone-logo-mockup\/"],
[0, 158, 1655185786, "4WdoPo04", "https://i.imgur.com/jTBFF7w.jpg", 0, 29843, 12665, 2730875, "Paper Logo Mockup", "Present Your Logo Designs Like An Ad Agency and WOW your audience!\nhttps:\/\/graphicsfamily.com\/downloads\/paper-logo-mockup\/"],
[0, 158, 1655755174, "0QpNBErG", "https://i.imgur.com/EZh6dGK.jpg", 0, 80144, 16217, 2475554, "3D Logo Mockup on Glass Wall", "Good logo design is good business! Enhance your designer portfolio with quality and professional logo presentations.\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-glass-wall\/"],
[0, 158, 1657776447, "1oKM7KAw", "https://i.imgur.com/OzqGJLI.jpg", 0, 764, 114, 684547, "Black Logo Mockup on White Wall", "Show off your logo or any other graphics with this amazing mockup. https:\/\/graphicsfamily.com\/downloads\/black-logo-mockup-on-white-wall\/"],
[0, 158, 1658124813, "KOhvhzGT", "https://i.imgur.com/L0Mo1qT.jpg", 0, 3422, 405, 249222, "3D Glass Logo Mockup", "Imagine how amazing your logos would look like on this window glass. https:\/\/graphicsfamily.com\/downloads\/3d-glass-logo-mockup-on-blue-office-wall\/"],
[0, 158, 1658124813, "KOhvhzGT", "https://i.imgur.com/L0Mo1qT.jpg", 0, 3423, 405, 249222, "3D Glass Logo Mockup", "Imagine how amazing your logos would look like on this window glass. https:\/\/graphicsfamily.com\/downloads\/3d-glass-logo-mockup-on-blue-office-wall\/"],
[0, 158, 1658873385, "2u1myRLU", "https://i.imgur.com/D3tnYtf.jpg", 0, 3297, 1134, 9165831, "Luxury Logo Mockup", "An elegant way to present your logo designs. Impress your clients with quality and professional logo presentations. https:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1659068970, "jdIKIcp9", "https://i.imgur.com/YQp8zTS.jpg", 0, 2853, 272, 593775, "3D Golden Metal Logo Mockup", "Use this Mockup and show off your creative side! Add a professional and impressive look to your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1659071650, "cAMBatl2", "https://i.imgur.com/gFysfw3.jpg", 0, 6834, 1780, 1578713, "Glass Door Logo Mockup", "With only a few clicks, you can create eye-catching thumbnails for your logo designs! Impress your audience and attract more clients! https:\/\/graphicsfamily.com\/downloads\/glass-door-signage-logo-mockup\/"],
[0, 158, 1659074265, "jleRDRcJ", "https://i.imgur.com/YvL8Cd4.jpg", 0, 7384, 2581, 406381, "Office Logo Mockup", "Improve the appearance of your latest logos and amaze your clients.\nhttps:\/\/graphicsfamily.com\/downloads\/minimal-office-logo-mockup\/"],
[0, 158, 1659131861, "5CdPNY26", "https://i.imgur.com/2NQP10h.jpg", 0, 38669, 14207, 3621366, "Paper Logo Mockup", "Make your new logo design worth a thousand words! Impress your clients!\nhttps:\/\/graphicsfamily.com\/downloads\/logo-mock-up-on-paper-free-psd\/"],
[0, 158, 1659068970, "jdIKIcp9", "https://i.imgur.com/YQp8zTS.jpg", 0, 2855, 272, 593775, "3D Golden Metal Logo Mockup", "Use this Mockup and show off your creative side! Add a professional and impressive look to your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/category\/mockups\/logo-mockup\/"],
[0, 158, 1659071650, "cAMBatl2", "https://i.imgur.com/gFysfw3.jpg", 0, 6837, 1780, 1578713, "Glass Door Logo Mockup", "With only a few clicks, you can create eye-catching thumbnails for your logo designs! Impress your audience and attract more clients! https:\/\/graphicsfamily.com\/downloads\/glass-door-signage-logo-mockup\/"],
[0, 158, 1659074265, "jleRDRcJ", "https://i.imgur.com/YvL8Cd4.jpg", 0, 7388, 2583, 406381, "Office Logo Mockup", "Improve the appearance of your latest logos and amaze your clients.\nhttps:\/\/graphicsfamily.com\/downloads\/minimal-office-logo-mockup\/"],
[0, 158, 1659131861, "5CdPNY26", "https://i.imgur.com/2NQP10h.jpg", 0, 38701, 14215, 3621366, "Paper Logo Mockup", "Make your new logo design worth a thousand words! Impress your clients!\nhttps:\/\/graphicsfamily.com\/downloads\/logo-mock-up-on-paper-free-psd\/"],
[0, 158, 1659132734, "GIEkmzx5", "https://graphicsfamily.com/wp-content/uploads/edd/2020/06/Free-Realistic-3D-Wall-Logo-MockUp-Animated-GIF.gif", 0, 825, 182, 4164458, "3D Wall Logo MockUp", "This stunning 3D realistic mockup with the great spot light effect not only will enhance your logo design presentation in a super-polished way.\nhttps:\/\/graphicsfamily.com\/downloads\/realistic-3d-wall-logo-mockup\/"],
[0, 158, 1659133396, "hnpVsY98", "https://i.imgur.com/ccX047d.jpg", 0, 1579, 483, 1079009, "Metal Effect Logo Mockup", "Clean-cut, bold and professional, this logo mockup will help you communicate the essence of the brand.\nhttps:\/\/graphicsfamily.com\/downloads\/metal-logo-effect-mockup\/"],
[0, 158, 1660540072, "XtYxaz5d", "https://i.imgur.com/BVbQys3.jpg", 0, 25720, 9733, 311537, "Logo Mockup on Black Textile", "\ud83d\udd25 Taste the Feeling of an Amazing Logo Design Presentation! \nhttps:\/\/graphicsfamily.com\/downloads\/white-logo-mockup-on-black-textile\/"],
[0, 158, 1661224240, "8E7rp8Xr", "https://i.imgur.com/6kntRtg.jpg", 25, 966, 91, 434839, "Free Certificate Template Design", "You\u2019re looking for a creative certificate design template, right? https:\/\/graphicsfamily.com\/downloads\/free-certificate-design-psd-download\/"],
[0, 158, 1660540072, "XtYxaz5d", "https://i.imgur.com/BVbQys3.jpg", 0, 25738, 9742, 311537, "Logo Mockup on Black Textile", "\ud83d\udd25 Taste the Feeling of an Amazing Logo Design Presentation! \nhttps:\/\/graphicsfamily.com\/downloads\/white-logo-mockup-on-black-textile\/"],
[0, 158, 1661224240, "8E7rp8Xr", "https://i.imgur.com/6kntRtg.jpg", 25, 967, 92, 434839, "Free Certificate Template Design", "You\u2019re looking for a creative certificate design template, right? https:\/\/graphicsfamily.com\/downloads\/free-certificate-design-psd-download\/"],
[0, 158, 1661225174, "J2ZDNA6z", "https://i.imgur.com/2Ft4Op3.jpg", 40, 1364, 201, 3401345, "Free Web Banner Design", "A professional eye-catching banner design template for you!\nhttps:\/\/graphicsfamily.com\/downloads\/professional-web-banner-design-free-psd-template\/"],
[0, 158, 1661226219, "oEiA-_V4", "https://i.imgur.com/1arPhWy.jpg", 21, 655, 87, 3227086, "Free Id Card Template", "An amazing ID-CARD template to represent your company\u2019s image.\nhttps:\/\/graphicsfamily.com\/downloads\/free-id-card-mockup-template\/"],
[0, 158, 1661226219, "oEiA-_V4", "https://i.imgur.com/1arPhWy.jpg", 21, 656, 87, 3227086, "Free Id Card Template", "An amazing ID-CARD template to represent your company\u2019s image.\nhttps:\/\/graphicsfamily.com\/downloads\/free-id-card-mockup-template\/"],
[0, 158, 1661226661, "oqg8jD99", "https://i.imgur.com/4LBLtas.jpg", 21, 2129, 221, 3661268, "Student Id Card Design", "\ud83d\udd25Get a professional ID Card with this ready-made template!\nhttps:\/\/graphicsfamily.com\/downloads\/modern-student-id-card-design-free-template\/"],
[0, 158, 1661407657, "_TKGPHVP", "https://i.imgur.com/tXyTaYl.jpg", 21, 1314, 207, 3660368, "Business Card Design Template", "Create a Beautiful, Professional, Printable Business Card Design right now!\nhttps:\/\/graphicsfamily.com\/downloads\/creative-business-card-design-with-white-and-green\/"],
[0, 158, 1661458473, "-fL8A5Fr", "https://i.imgur.com/GOgEQO5.png", 21, 923, 215, 99958, "Free Simple and Modern Business Card Design Template with White and Red", "Create Your Perfect Business Card Fast Crafted by a Professional Graphic Artist!\nhttps:\/\/graphicsfamily.com\/downloads\/category\/business-cards\/"],
[0, 158, 1661459401, "YbFZjnRG", "https://i.imgur.com/BCFcqBr.jpg", 21, 1733, 260, 1059714, "White and Blue Business Card Design", "Business cards can help you establish your brand!\nhttps:\/\/graphicsfamily.com\/downloads\/white-and-blue-simple-business-card-design\/"],
[0, 158, 1661460930, "77MtGY6x", "https://i.imgur.com/8QfwyGK.jpg", 0, 1598, 465, 1940080, "Office Logo Mockup", "Logo presentation is as important as creative work. As a designer, you need to know how to really sell your creations in a really professional way.\nhttps:\/\/graphicsfamily.com\/downloads\/office-background-logo-mockup\/"],
[0, 158, 1661461986, "RFB7ejCM", "https://i.imgur.com/K27WBIa.jpg", 0, 2377, 477, 975556, "Metal Logo Mockup", "Create highly engaging thumbnails for your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/metal-sign-logo-mockup-on-black-wall\/"],
[0, 158, 1661458473, "-fL8A5Fr", "https://i.imgur.com/GOgEQO5.png", 21, 924, 216, 99958, "Free Simple and Modern Business Card Design Template with White and Red", "Create Your Perfect Business Card Fast Crafted by a Professional Graphic Artist!\nhttps:\/\/graphicsfamily.com\/downloads\/category\/business-cards\/"],
[0, 158, 1661459401, "YbFZjnRG", "https://i.imgur.com/BCFcqBr.jpg", 21, 1735, 260, 1059714, "White and Blue Business Card Design", "Business cards can help you establish your brand!\nhttps:\/\/graphicsfamily.com\/downloads\/white-and-blue-simple-business-card-design\/"],
[0, 158, 1661460930, "77MtGY6x", "https://i.imgur.com/8QfwyGK.jpg", 0, 1599, 465, 1940080, "Office Logo Mockup", "Logo presentation is as important as creative work. As a designer, you need to know how to really sell your creations in a really professional way.\nhttps:\/\/graphicsfamily.com\/downloads\/office-background-logo-mockup\/"],
[0, 158, 1661461986, "RFB7ejCM", "https://i.imgur.com/K27WBIa.jpg", 0, 2381, 478, 975556, "Metal Logo Mockup", "Create highly engaging thumbnails for your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/metal-sign-logo-mockup-on-black-wall\/"],
[0, 158, 1661749992, "6cmYdtSV", "https://i.imgur.com/vQf2DoY.jpg", 12, 1550, 334, 1765872, "Social media post design", "A great way to promote your digital business service through social media. \nhttps:\/\/graphicsfamily.com\/downloads\/category\/instagram-posts\/"],
[0, 158, 1661753667, "aK0KQAL_", "https://i.imgur.com/8qF7jPI.jpg", 60, 1434, 109, 598096, "Star Logo Design", "\ud83e\udd29Create a professional \u2b50star logo design in minutes!\nhttps:\/\/graphicsfamily.com\/downloads\/free-star-logo-design\/"],
[0, 158, 1661812961, "qdBP0KMR", "https://i.imgur.com/sUYR9yR.jpg", 0, 3843, 906, 2388548, "Glass Board Logo Mockup", "A well presented logo design will surely win the bid for example in a logo design contest or when you deliver the design concept to your customers.\nhttps:\/\/graphicsfamily.com\/downloads\/glass-board-logo-mockup\/"],
[0, 158, 1661813957, "NDoe2x11", "https://i.imgur.com/Pq4yEIY.jpg", 0, 2350, 424, 1726359, "Black Wall Logo Mockup", "A brilliant idea to showcase your logos to your clients.\nhttps:\/\/graphicsfamily.com\/downloads\/black-wall-logo-mockup\/"],
[0, 158, 1661753667, "aK0KQAL_", "https://i.imgur.com/8qF7jPI.jpg", 60, 1435, 109, 598096, "Star Logo Design", "\ud83e\udd29Create a professional \u2b50star logo design in minutes!\nhttps:\/\/graphicsfamily.com\/downloads\/free-star-logo-design\/"],
[0, 158, 1661812961, "qdBP0KMR", "https://i.imgur.com/sUYR9yR.jpg", 0, 3846, 906, 2388548, "Glass Board Logo Mockup", "A well presented logo design will surely win the bid for example in a logo design contest or when you deliver the design concept to your customers.\nhttps:\/\/graphicsfamily.com\/downloads\/glass-board-logo-mockup\/"],
[0, 158, 1661813957, "NDoe2x11", "https://i.imgur.com/Pq4yEIY.jpg", 0, 2351, 424, 1726359, "Black Wall Logo Mockup", "A brilliant idea to showcase your logos to your clients.\nhttps:\/\/graphicsfamily.com\/downloads\/black-wall-logo-mockup\/"],
[0, 158, 1661814703, "O5LwYdx8", "https://i.imgur.com/QqdACvc.jpg", 0, 4002, 1198, 2868447, "3D Logo Mockup", "Logo mockups are the #1 factor that influence people to buy your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/realistic-3d-tech-logo-mockup\/"],
[0, 158, 1661815577, "vKrWEUcT", "https://i.imgur.com/7sNu2rK.jpg", 0, 4276, 1393, 3908137, "Office Glass Logo Mockup", "Impress your clients and earn more money using high quality logo mockups.\nhttps:\/\/graphicsfamily.com\/downloads\/free-psd-logo-mock-up-on-office-glass-wall\/"],
[0, 158, 1662274075, "UcX-Y8Ge", "https://i.imgur.com/oFFFXXC.jpg", 0, 18665, 6093, 5012965, "Glass Effects Logo Mockup", "\ud83e\udd29Showcase your logo designs like a \u2b50PRO!\nhttps:\/\/graphicsfamily.com\/downloads\/glass-effects-logo-mockup\/"],
[0, 158, 1662275703, "gyRmy0Ih", "https://i.imgur.com/DF7FXKm.jpg", 0, 1063, 203, 582272, "Leather Logo Mockup", "Beyond the limits of logo design creation process. Instantly grab your customers attention and increase your logo designs sales.\nhttps:\/\/graphicsfamily.com\/downloads\/realistic-leather-pressed-logo-mockup\/"],
[0, 158, 1661815577, "vKrWEUcT", "https://i.imgur.com/7sNu2rK.jpg", 0, 4280, 1394, 3908137, "Office Glass Logo Mockup", "Impress your clients and earn more money using high quality logo mockups.\nhttps:\/\/graphicsfamily.com\/downloads\/free-psd-logo-mock-up-on-office-glass-wall\/"],
[0, 158, 1662274075, "UcX-Y8Ge", "https://i.imgur.com/oFFFXXC.jpg", 0, 18672, 6096, 5012965, "Glass Effects Logo Mockup", "\ud83e\udd29Showcase your logo designs like a \u2b50PRO!\nhttps:\/\/graphicsfamily.com\/downloads\/glass-effects-logo-mockup\/"],
[0, 158, 1662275703, "gyRmy0Ih", "https://i.imgur.com/DF7FXKm.jpg", 0, 1064, 204, 582272, "Leather Logo Mockup", "Beyond the limits of logo design creation process. Instantly grab your customers attention and increase your logo designs sales.\nhttps:\/\/graphicsfamily.com\/downloads\/realistic-leather-pressed-logo-mockup\/"],
[0, 158, 1662276579, "CcSIXiwP", "https://i.imgur.com/9T9pBvO.jpg", 0, 709, 173, 5351426, "3D Logo Mockup on Glass Wall", "A great way to showcase your logo and brand.\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-blurred-office-glass-wall\/"],
[0, 158, 1662277225, "cJlFA5xd", "https://i.imgur.com/N1uHCRT.jpg", 0, 5573, 1794, 379537, "3D Logo Mockup on Wood", "\ud83e\udd0e\ud83d\udfe4\ud83d\udfebBrand yourself the right way with this elegant free logo mockup.\nhttps:\/\/graphicsfamily.com\/downloads\/engraved-logo-mockup-on-wood\/"],
[0, 158, 1662279639, "bLzsuj1V", "https://i.imgur.com/H3uKUko.jpg", 0, 2152, 664, 2952663, "Metal Laser Cut Logo Mockup", "\ud83c\udf96\ufe0fPromote your logo design creations in a professional manner!\nhttps:\/\/graphicsfamily.com\/downloads\/realistic-laser-cut-on-metallic-silver-background-logo-mockup\/"],
[0, 158, 1662281336, "IUVx5S-3", "https://i.imgur.com/zlJSTNh.jpg", 0, 16199, 3347, 1230987, "3D Office Wall Logo Mockup", "\ud83d\udc51Logo Mockups are the #1 factor to have more sales for your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/3d-office-wall-logo-mockup-with-dark-gray-wall\/"],
[0, 158, 1662282673, "A5BHGenN", "https://i.imgur.com/dnNzeVh.jpg", 0, 3048, 954, 10428363, "Golden Logo Mockup", "\ud83e\udd47Impress your clients and earn more money with this amazing logo mockup.\nhttps:\/\/graphicsfamily.com\/downloads\/embossed-golden-logo-mockup\/"],
[0, 158, 1662283450, "i6l_lQxn", "https://i.imgur.com/VI8xPiO.jpg", 0, 4513, 2451, 1517929, "White Paper Logo Mockup", "\ud83d\udca5A perfect logo presentation will surely drive new customers your way!\nhttps:\/\/graphicsfamily.com\/downloads\/free-white-paper-logo-mockup\/"],
[0, 158, 1662277225, "cJlFA5xd", "https://i.imgur.com/N1uHCRT.jpg", 0, 5577, 1796, 379537, "3D Logo Mockup on Wood", "\ud83e\udd0e\ud83d\udfe4\ud83d\udfebBrand yourself the right way with this elegant free logo mockup.\nhttps:\/\/graphicsfamily.com\/downloads\/engraved-logo-mockup-on-wood\/"],
[0, 158, 1662279639, "bLzsuj1V", "https://i.imgur.com/H3uKUko.jpg", 0, 2158, 666, 2952663, "Metal Laser Cut Logo Mockup", "\ud83c\udf96\ufe0fPromote your logo design creations in a professional manner!\nhttps:\/\/graphicsfamily.com\/downloads\/realistic-laser-cut-on-metallic-silver-background-logo-mockup\/"],
[0, 158, 1662281336, "IUVx5S-3", "https://i.imgur.com/zlJSTNh.jpg", 0, 16217, 3349, 1230987, "3D Office Wall Logo Mockup", "\ud83d\udc51Logo Mockups are the #1 factor to have more sales for your logo designs!\nhttps:\/\/graphicsfamily.com\/downloads\/3d-office-wall-logo-mockup-with-dark-gray-wall\/"],
[0, 158, 1662282673, "A5BHGenN", "https://i.imgur.com/dnNzeVh.jpg", 0, 3050, 954, 10428363, "Golden Logo Mockup", "\ud83e\udd47Impress your clients and earn more money with this amazing logo mockup.\nhttps:\/\/graphicsfamily.com\/downloads\/embossed-golden-logo-mockup\/"],
[0, 158, 1662283450, "i6l_lQxn", "https://i.imgur.com/VI8xPiO.jpg", 0, 4518, 2453, 1517929, "White Paper Logo Mockup", "\ud83d\udca5A perfect logo presentation will surely drive new customers your way!\nhttps:\/\/graphicsfamily.com\/downloads\/free-white-paper-logo-mockup\/"],
[0, 158, 1662494049, "oX7iz4UC", "https://i.imgur.com/QjnudT0.jpg", 0, 1405, 366, 1218417, "Creative 3D Logo Mockup", "Influence and shine like a professional designer!\nhttps:\/\/graphicsfamily.com\/downloads\/creative-3d-logo-mockup\/"],
[0, 158, 1662494866, "Skin--b-", "https://i.imgur.com/NEZLmxs.jpg", 0, 1717, 617, 3228637, "Golden Logo Mockup on Red Fabric", "\ud83e\udd47Impress your clients and earn more money with high quality logo mockups! Sell your logo creations like a PRO!\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-red-fabric\/"],
[0, 158, 1662494866, "Skin--b-", "https://i.imgur.com/NEZLmxs.jpg", 0, 1718, 619, 3228637, "Golden Logo Mockup on Red Fabric", "\ud83e\udd47Impress your clients and earn more money with high quality logo mockups! Sell your logo creations like a PRO!\nhttps:\/\/graphicsfamily.com\/downloads\/3d-logo-mockup-on-red-fabric\/"],
[0, 158, 1662495712, "BX2t1oW5", "https://i.imgur.com/LgAqgQw.jpg", 0, 448, 101, 910355, "Photorealistic Logo Mockup", "\ud83e\ude90 Impress your clients and earn more money using high quality logo mockups.\nhttps:\/\/graphicsfamily.com\/downloads\/photorealistic-foil-logo-mockup\/"],
[0, 158, 1662496474, "MMvUR5s6", "https://i.imgur.com/22LsrPA.jpg", 0, 1343, 214, 2976187, "3D Metal Logo Mockup", "Good logo design is good business! Showcase Your Logo Designs Like a PRO!\nhttps:\/\/graphicsfamily.com\/downloads\/3d-metal-logo-mockup\/"],
[0, 158, 1662496474, "MMvUR5s6", "https://i.imgur.com/22LsrPA.jpg", 0, 1344, 214, 2976187, "3D Metal Logo Mockup", "Good logo design is good business! Showcase Your Logo Designs Like a PRO!\nhttps:\/\/graphicsfamily.com\/downloads\/3d-metal-logo-mockup\/"],
[0, 158, 1664343694, "U3PKZ6uS", "https://i.imgur.com/XuyLimr.jpg", 0, 2650, 744, 8174905, "Golden Logo Mockup", "Display your logo design creations properly and impress your audience.\nhttps:\/\/graphicsfamily.com\/downloads\/elegant-luxurious-black-box-golden-brand-logo-mockup\/"],
[0, 159, 1645394559, "WonZEkjH", "https://i.imgur.com/BoY2reI.jpg", 0, 75, 4, 73852, "The PSD MOOn", "test"],
[0, 159, 1645480755, "SEryHmJi", "https://i.imgur.com/VF3USAf.jpg", 0, 115, 1, 41794, "Testing this", "testing this"],
[0, 159, 1645481246, "dz2jApPS", "https://i.imgur.com/1XrIklX.jpg", 0, 41, 1, 103533, "Its the sun", "Only testing this."],
[0, 159, 1645481664, "GO_LambF", "https://i.imgur.com/BYtnnbH.jpg", 0, 89, 0, 112844, "Maybanks", "This one for some thing for me to remember since i use this."],
[0, 159, 1645481664, "GO_LambF", "https://i.imgur.com/BYtnnbH.jpg", 0, 90, 0, 112844, "Maybanks", "This one for some thing for me to remember since i use this."],
[0, 159, 1646338948, "jhvbRd69", "https://i.imgur.com/gKOftzi.jpg", 0, 96, 2, 259666, "Candy Cane", "this some thing"],
[0, 159, 1656454260, "6Rh-DZ7s", "https://i.imgur.com/DWeWWf9.jpg", 0, 61, 2, 887781, "26BD1B76-A058-4095-82FE-82F2B95A9ADC", "Goddess"],
[0, 159, 1660148415, "RWsUlnra", "https://i.imgur.com/93btEiK.jpg", 0, 128, 3, 69042, "PSD", "clor"],
@ -651,16 +651,16 @@
[0, 159, 1663875564, "auNhoFU7", "https://i.imgur.com/4aWx5PL.jpg", 0, 78, 2, 25974, "Happ smile", "smile"],
[0, 160, 1660965714, "Tsq6aKm5", "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Flag_of_North_Vietnam_%281955%E2%80%931976%29.svg/230px-Flag_of_North_Vietnam_%281955%E2%80%931976%29.svg.png", 13, 76, 5, 264857, "Ph\u00f4i xmdt - GPLX", "Ph\u00f4i xmdt Cali - xmdt facebook"],
[0, 160, 1660981585, "utUx_k5b", "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Flag_of_North_Vietnam_%281955%E2%80%931976%29.svg/230px-Flag_of_North_Vietnam_%281955%E2%80%931976%29.svg.png", 13, 277, 34, 1439103, "Ph\u00f4i CCCD - XMDT", "Ph\u00f4i CCCD - XMDT"],
[0, 160, 1660981754, "BTVR1TJG", "https://baohanam.com.vn/DATA/IMAGES/2020/09/25-ngay-ngan-ngui-california-tro-thanh-quoc-gia-do-57-3.jpg", 13, 233, 6, 1151095, "Ph\u00f4i XMDT - California", "Ph\u00f4i XMDT - California"],
[0, 160, 1660981754, "BTVR1TJG", "https://baohanam.com.vn/DATA/IMAGES/2020/09/25-ngay-ngan-ngui-california-tro-thanh-quoc-gia-do-57-3.jpg", 13, 235, 6, 1151095, "Ph\u00f4i XMDT - California", "Ph\u00f4i XMDT - California"],
[0, 160, 1660982037, "3d5kwAI0", "https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Flag_of_the_Philippines.svg/300px-Flag_of_the_Philippines.svg.png", 13, 52, 3, 1088784, "Ph\u00f4i XMDT - Philippin", "Ph\u00f4i XMDT - Philippin"],
[0, 160, 1660982177, "M3h9MptV", "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Flag_of_the_United_States_%28Pantone%29.svg/285px-Flag_of_the_United_States_%28Pantone%29.svg.png", 13, 117, 22, 199343, "Ph\u00f4i XMDT - US", "Ph\u00f4i XMDT - US"],
[0, 160, 1660982538, "JTTKLuFx", "https://vhb.vn/wp-content/uploads/2020/02/tc1.jpg", 13, 485, 9, 626304, "Ph\u00f4i Th\u1ebb Sinh Vi\u00ean", "Ph\u00f4i Th\u1ebb Sinh Vi\u00ean"],
[0, 160, 1660982538, "JTTKLuFx", "https://vhb.vn/wp-content/uploads/2020/02/tc1.jpg", 13, 486, 9, 626304, "Ph\u00f4i Th\u1ebb Sinh Vi\u00ean", "Ph\u00f4i Th\u1ebb Sinh Vi\u00ean"],
[0, 160, 1660982872, "MByCDJeD", "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Flag_of_Canada_%28Pantone%29.svg/300px-Flag_of_Canada_%28Pantone%29.svg.png", 13, 53, 1, 3721748, "Ph\u00f4i XMDT - Canada", "Ph\u00f4i XMDT - Canada"],
[0, 160, 1660983006, "57NcAGvQ", "https://cdn.pixabay.com/photo/2012/04/11/15/39/flag-28569_1280.png", 13, 30, 0, 3300110, "PH\u00d4I XMDT TEXAS", "PH\u00d4I XMDT TEXAS"],
[0, 160, 1660983123, "teVrbq7t", "https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Flag_of_Ukraine.svg/225px-Flag_of_Ukraine.svg.png", 13, 95, 14, 2046595, "Ph\u00f4i XMDT - Ukraine", "Ph\u00f4i XMDT - Ukraine"],
[0, 161, 1644281575, "UHDvU86e", "https://i.imgur.com/ocYBZ06.jpeg", 10, 181, 93, 156552, "Reaper Social Banner", "Reaper Social Banner"],
[0, 162, 1644387476, "PDSO52N8", "https://i.imgur.com/j1LElkP.jpg", 0, 421, 51, 254886, "SSB Goku", "Goku SSB :)"],
[0, 162, 1644387880, "JZD8lYMJ", "https://i.imgur.com/E0Yp63u.jpg", 0, 458, 36, 208916, "Goku As Dbz", "Goku..."],
[0, 162, 1644387880, "JZD8lYMJ", "https://i.imgur.com/E0Yp63u.jpg", 0, 459, 36, 208916, "Goku As Dbz", "Goku..."],
[0, 163, 1644587268, "CbX866SV", "https://i.imgur.com/Xp1dN0r.png", 0, 48, 6, 1192930, "SQ_Template-v5", "Sequtive Roblox Clothing Template"],
[0, 164, 1649075916, "1bgTfeAb", "https://i.imgur.com/1bYVani.png", 0, 955, 322, 123520, "Roblox Shirt Template", "Use it"],
[0, 164, 1658139478, "dGiZjR6I", "https://i.imgur.com/Mc70ukR.png", 60, 272, 76, 238266, "Free and easy Roblox Shirt Template", "This help you make roblox shirt fast and easy"],
@ -686,10 +686,10 @@
[0, 171, 1645578986, "wQJK4Dur", "https://imgur.com/y7hDAt2.png", 0, 268, 22, 778795, "Neon", "I was bored so i made this"],
[0, 171, 1648868429, "zEk4RQF9", "https://imgur.com/Kr1o0Gw.jpg", 0, 444, 87, 2512211, "Sorras Edit", "Credit me if use"],
[0, 172, 1645273632, "odkHLbCc", "https://cdn.discordapp.com/attachments/930490246532042812/944570782988795934/unknown.png", 15, 603, 226, 10800, "golden cosmic text thingy", "i mean yea"],
[0, 173, 1648413405, "U62SwjYW", "https://i.imgur.com/gmOXx4K.jpg", 10, 1139, 177, 10517167, "ichigo twitter banner", "Ichigo twiite banner ( free to edit ) All yours Be Creativer!"],
[0, 173, 1648413405, "U62SwjYW", "https://i.imgur.com/gmOXx4K.jpg", 10, 1141, 177, 10517167, "ichigo twitter banner", "Ichigo twiite banner ( free to edit ) All yours Be Creativer!"],
[0, 174, 1645534220, "DngyjtJ9", "https://i.imgur.com/7ObnnFi.jpg", 10, 299, 18, 15803649, "Instagram \/ Tiktok Thumbnail", "This template is easy Drag and Drop to change anything\nand if you want to make changes you can, hope you like it."],
[0, 175, 1645583862, "jazgDOVx", "https://i.imgur.com/51ZTaAI.jpeg", 0, 263, 10, 604315, "Custom Glass Case Mockup", "Free mockup for glass cae custom. you can add your designe to phone case."],
[0, 175, 1645586841, "MBzJWVkz", "https://i.imgur.com/FDRuBft.jpeg", 0, 672, 138, 739173, "Mockup Hard Custom Phone Case", "Free Mockup Hard Custom Phone Case"],
[0, 175, 1645586841, "MBzJWVkz", "https://i.imgur.com/FDRuBft.jpeg", 0, 673, 141, 739173, "Mockup Hard Custom Phone Case", "Free Mockup Hard Custom Phone Case"],
[0, 175, 1647833974, "2j3Q55oj", "https://i.imgur.com/zRMwE3T.jpeg", 10, 290, 59, 5019043, "Picture To Vector Style", "Turn your picture to vexel (Vector Style) Instantly"],
[0, 175, 1650847675, "W1Y4WkML", "https://i.imgur.com/QtHRElZ.jpeg", 2, 777, 66, 1811099, "Turn photo to Vector Style", "Turn your Photo t Vector style. \nHow to do it? change smart oject in the folder becomes the object of your photo. save smart objects and boom. Your photo has become a vector style."],
[0, 176, 1645625746, "LX-wRGDg", "https://i.imgur.com/2JBy4Xb.jpeg", 15, 431, 14, 293002, "ragdoll hangout", "follow me in my roblox profile for new logos\n\nmy user: lodiagi"],
@ -711,7 +711,7 @@
[0, 186, 1656343003, "rqAxb98m", "https://i.imgur.com/SdLH6HE.png", 0, 555, 138, 567632, "XESTCF - PAYTOPR\u0130CE", "\u0130nstagra: xest.cf\nYoutube: EstherWise (youtube.com\/c\/estherwisex)\nDiscord: https:\/\/discord.gg\/t3vPMaPgAd"],
[0, 186, 1656346519, "wvyMll0M", "https://i.imgur.com/tPg9HPb.png", 0, 1044, 257, 661711, "XESTCF V2", "V2 xest.cf"],
[0, 187, 1659968003, "wWzXj2OC", "https://i.imgur.com/Pt5axSU.jpg", 10, 471, 43, 40833, "Rayanna by design by VK EDITZ 9845629625", "Vk EDITZ \n+91 9845629625"],
[0, 188, 1647517439, "aZtMHCqL", "https://i.imgur.com/BsShU39.jpeg", 14, 1867, 328, 68200, "mr.incredible meme", "Type your own text in the two boxes. Modify text effect"],
[0, 188, 1647517439, "aZtMHCqL", "https://i.imgur.com/BsShU39.jpeg", 14, 1868, 328, 68200, "mr.incredible meme", "Type your own text in the two boxes. Modify text effect"],
[0, 189, 1648481197, "DmKGpToR", "https://i.imgur.com/2ErMAFj.jpg", 0, 462, 160, 138958, "Bill CK", "BILL CK"],
[0, 189, 1648481776, "QN-578I5", "https://i.imgur.com/Fnf6FF2.jpg", 0, 241, 100, 119092, "BILL TK", "BILL TK"],
[0, 190, 1648531039, "A8czQllI", "https://i.imgur.com/c43Kwk4.jpeg", 3, 394, 57, 225445, "Polytoria Hoodie Template", "A hoodie template from the game polytoria!"],
@ -720,7 +720,7 @@
[0, 193, 1654939028, "5Ow8OLoB", "https://i.imgur.com/YRzKswN.jpg", 15, 216, 56, 41751, "Yellow", "3D effect, Yellow."],
[0, 194, 1649808398, "mqh_KKxL", "https://i.imgur.com/3pZhFyB.jpeg", 60, 1816, 456, 77647, "Roblox Shirt Cover", "Roblox Shirt Cover"],
[3, 195, 1658338715, "Pi2uthLJ", "http://www.clipartbest.com/cliparts/4Tb/ogG/4TbogGRjc.jpg", 0, 0, 130, 881561, "foot prints", "wdwdw"],
[3, 195, 1665888057, "1xyZRU3j", "https://static.brusheezy.com/system/resources/previews/000/044/627/original/lightning-brushes-04.jpg", 0, 0, 153, 1019090, "lightning", "qsqsqs"],
[3, 195, 1665888057, "1xyZRU3j", "https://static.brusheezy.com/system/resources/previews/000/044/627/original/lightning-brushes-04.jpg", 0, 0, 155, 1019090, "lightning", "qsqsqs"],
[2, 196, 1651757517, "jsxcDdZy", "https://graphicuxmedia.s3.us-west-1.amazonaws.com/wp-content/uploads/2020/10/13085949/Previews1-scaled.jpg", 0, 0, 975, 1940, "digital painting", "d"],
[0, 197, 1651779755, "9LkIj454", "https://i.imgur.com/NOvLSiM.jpeg", 10, 76, 40, 730210, "Just Chatting", "Just Chatting Its For Twitch Youtube And More \nYou Can Edit It If You Want"],
[0, 197, 1651935844, "_HCFCiOF", "https://i.imgur.com/LqQ5lcU.png", 10, 89, 6, 425409, "TodoRoki", "TodoRoki Anime template with extras\nhere is the discord server bio for five m \nhttps:\/\/discord.gg\/399"],
@ -731,26 +731,26 @@
[0, 199, 1652262264, "muEwroSz", "https://i.imgur.com/bxEum9o.jpg", 15, 644, 268, 48647, "Lucia's style", "Same effect but on one layer."],
[0, 199, 1652953737, "XfLs3Pqk", "https://i.imgur.com/uP8PG8I.jpg", 15, 3182, 560, 476747, "Glass effect", "Stunning glass effect, just double click on the thumbnail of the green layer, change the text and voil\u00e0! Big Thank to Learning Screen for the tutorial."],
[0, 199, 1652954849, "pO4IS6tr", "https://i.imgur.com/7OR4gkZ.jpg", 60, 174, 13, 752981, "Kind of burnt paper", "Double click to change the text. Sorry for French layer naming ."],
[0, 199, 1653028888, "RgYbG3cb", "https://i.imgur.com/ZO6BUt9.jpg", 0, 349, 43, 379211, "Shatter text", "Any broken words here ? Just double click the thumbnail, change text and color."],
[0, 199, 1653028888, "RgYbG3cb", "https://i.imgur.com/ZO6BUt9.jpg", 0, 350, 43, 379211, "Shatter text", "Any broken words here ? Just double click the thumbnail, change text and color."],
[0, 200, 1651936262, "2OIeFXIN", "https://i.imgur.com/IZhydqR.jpg", 0, 901, 55, 1454247, "Psd", "Psd"],
[0, 201, 1666085754, "oAoqLqMp", "https://i.imgur.com/3dgbriN.jpg", 0, 67, 6, 39820, "New Project", "ghdfgh"],
[0, 201, 1666085754, "oAoqLqMp", "https://i.imgur.com/3dgbriN.jpg", 0, 68, 6, 39820, "New Project", "ghdfgh"],
[0, 202, 1656626957, "6Ox4JQxY", "https://i.ibb.co/9GLCdbw/Roblox-template.png", 60, 268, 113, 882, "Roblox clothing template", "Very cool"],
[0, 203, 1652744283, "APpY4GFy", "https://i.imgur.com/b1nKxOB.jpeg", 0, 767, 18, 17616, "drivers license", "id"],
[0, 204, 1652949263, "UHdi5P_m", "https://i.imgur.com/UkKTQaL.jpg", 22, 997, 137, 1103465, "Birth Announcement Card", "Announce your baby birth or gender reveal with this beautiful and easy to edit photoshop template."],
[0, 204, 1652951192, "cOHQol7L", "https://i.imgur.com/TS0ofyU.jpeg", 0, 500, 49, 1630534, "Company Logo Mockup", "This is very simple and clean company logo mockup, you can just replace your logo or text in smart object and save it, its done!"],
[0, 204, 1652951192, "cOHQol7L", "https://i.imgur.com/TS0ofyU.jpeg", 0, 501, 49, 1630534, "Company Logo Mockup", "This is very simple and clean company logo mockup, you can just replace your logo or text in smart object and save it, its done!"],
[0, 204, 1652951332, "utiTjwkr", "https://i.imgur.com/AH6RULs.jpeg", 3, 1240, 327, 1715002, "Company Name Board", "Want to show your companies logo or names, this photoshop template is for you, just replace your content in smart object and save it, you are done!"],
[0, 204, 1652951377, "akiozXSx", "https://i.imgur.com/pDvPOCB.jpeg", 60, 634, 115, 193870, "Email Signature", "Every employee or marketer or any online business need a beautiful and clean email signature for their marketing purpose, this simple and clean photoshop template will definately help."],
[0, 204, 1652951459, "bRGt6bY1", "https://i.imgur.com/VcWHReo.jpeg", 2, 713, 123, 387083, "Poster Mockup", "Need to showcase your poster design on a realistic wall? download this beautiful and simple to edit poster design photoshop mockup and insert your design in smart object."],
[0, 204, 1652951459, "bRGt6bY1", "https://i.imgur.com/VcWHReo.jpeg", 2, 715, 124, 387083, "Poster Mockup", "Need to showcase your poster design on a realistic wall? download this beautiful and simple to edit poster design photoshop mockup and insert your design in smart object."],
[0, 204, 1652951543, "-4p0moY5", "https://i.imgur.com/UjMzOBR.jpeg", 3, 774, 28, 281597, "Cosmetic Product Mockup", "Showcase your branding on the realistic looking product mockup, best for cosmetics or healthcare product designs."],
[0, 204, 1652951838, "f0CRgktP", "https://i.imgur.com/hpd98zm.jpeg", 15, 315, 53, 449112, "Rustic Text Effect", "Have you ever wondered how the rustic look for your logo or heading to do in photoshop? use this rustic photoshop text look template, simple write your text on layer and it will change to rustic!"],
[0, 204, 1652951870, "VhfhJpF_", "https://i.imgur.com/1CjwhXf.jpeg", 15, 8872, 4351, 191837, "Silver Text Effect", "Need a shiny and eye stopper text effect or logo? check this out, a shiny text effect in photoshop for your logos or headings, you can change your text easily and download."],
[0, 204, 1652951906, "o-bzg5ae", "https://i.imgur.com/vSh038h.jpeg", 50, 565, 44, 138591, "Company Timeline Template", "Are you a marketer or a entrepreneur, and need to show case your profile or discuss the company statics with your clients, use this template and change accordingly to attract the clients."],
[0, 204, 1652951942, "Ah3lNhD_", "https://i.imgur.com/hCqnXgB.jpeg", 2, 1179, 211, 898250, "T-shirt Photoshop Mockup", "Change the text manually or insert your graphic into the smart object, you are done! download this simple t shirt mockup for showcase your design."],
[0, 204, 1652951942, "Ah3lNhD_", "https://i.imgur.com/hCqnXgB.jpeg", 2, 1181, 211, 898250, "T-shirt Photoshop Mockup", "Change the text manually or insert your graphic into the smart object, you are done! download this simple t shirt mockup for showcase your design."],
[0, 204, 1652951980, "MP7SvZJ-", "https://i.imgur.com/7WPiziE.jpeg", 2, 1362, 160, 94197, "T-shirt Mockup", "Are you a designer or a brand seller who need to showcase their work on T's? downlaod this simple to edit photoshop tshirt mockup for free!"],
[0, 204, 1652952054, "cECiHwxk", "https://i.imgur.com/Z03E8GF.jpeg", 12, 372, 119, 77048, "Yoga Instagram Post", "Do you own ayoga or fitness studio? and need to market online? this beautiful and simple instagram post will help you. Downlaod now and edit it as you want."],
[0, 204, 1652953314, "63vaBjV2", "https://i.imgur.com/SvWEX9V.jpeg", 3, 9588, 1523, 839149, "Logo on Wall", "This 3d logo on wall is best for any designers to showcase how the logo will display when placed on wall"],
[0, 204, 1652953380, "F49N-0pU", "https://i.imgur.com/KNwINaP.jpeg", 60, 267, 51, 96730, "Monthly Calender", "Here is the calender for the month of May!"],
[0, 204, 1652953471, "Nc8q1be_", "https://i.imgur.com/znSsIvv.jpeg", 3, 741, 144, 2870551, "Neon Sign Board", "Make your restaurant or night club's name more amazing with this neon sign board, easy to edit and change text"],
[0, 204, 1652953314, "63vaBjV2", "https://i.imgur.com/SvWEX9V.jpeg", 3, 9591, 1525, 839149, "Logo on Wall", "This 3d logo on wall is best for any designers to showcase how the logo will display when placed on wall"],
[0, 204, 1652953380, "F49N-0pU", "https://i.imgur.com/KNwINaP.jpeg", 60, 268, 52, 96730, "Monthly Calender", "Here is the calender for the month of May!"],
[0, 204, 1652953471, "Nc8q1be_", "https://i.imgur.com/znSsIvv.jpeg", 3, 742, 145, 2870551, "Neon Sign Board", "Make your restaurant or night club's name more amazing with this neon sign board, easy to edit and change text"],
[0, 204, 1652953569, "97cj0Rv5", "https://i.imgur.com/XZGCApW.jpeg", 60, 279, 24, 3661843, "Photo Reel", "Photo realistic and gurnge styled photo frames for you!"],
[0, 204, 1652953753, "LDPFKmjH", "https://i.imgur.com/Rhs3Gj5.jpeg", 50, 285, 23, 3674529, "Pie Diagram", "Use this photoshop pir diagram for your next clients monthly meeting!"],
[0, 204, 1652955567, "-Bvcc4KP", "https://i.imgur.com/wGQUzBy.jpeg", 2, 2017, 315, 948067, "3d look Logo Mockup", "This amazing 3d look logo mockup is best for designers or marketing people to acheive a realistic look of their logo, just replace your logo\/content in smart object and save it."],
@ -761,61 +761,61 @@
[0, 204, 1647616837, "9PwHwbms", "https://i.imgur.com/yrGrk6j.jpg", 12, 1884, 538, 1196294, "Instagram Ad Post", "Simple and effective instagram ad post for your online business"],
[0, 204, 1647616999, "A5OZCJ5e", "https://i.imgur.com/oHPsDQE.jpg", 12, 220, 37, 329608, "Mothers Day Instagram Post", "Make your moms day a very special day, by posting this instagram post on your wall!!!"],
[0, 204, 1647617192, "dGaXz0sO", "https://i.imgur.com/TKALWl4.jpg", 60, 909, 240, 2293129, "Wooden Hanging Name Plate", "Edit and use this beautiful hanging wooden name plate for your sweet home and make your home much more beautiful!"],
[0, 204, 1647617504, "qrjlQwlz", "https://i.imgur.com/8Y4PhsP.jpg", 15, 4237, 1743, 1489935, "Cool Neon Sign Board", "Use this amazing neon sign board psd for your posters or other works!"],
[0, 204, 1647617504, "qrjlQwlz", "https://i.imgur.com/8Y4PhsP.jpg", 15, 4243, 1743, 1489935, "Cool Neon Sign Board", "Use this amazing neon sign board psd for your posters or other works!"],
[0, 204, 1647617672, "HAqg1bol", "https://i.imgur.com/Jr6X39w.jpg", 21, 2097, 518, 114310, "Beautiful Print Label", "Use this print label design psd for anything..."],
[0, 204, 1647618592, "_gbuZXjK", "https://i.imgur.com/Sw5Xmsu.jpg", 11, 385, 190, 4375995, "Youtube Banner for Tech Videos", "Use this beautifully designed and easily editable youtube banner psd template"],
[0, 204, 1647618835, "SLLDLbdH", "https://i.imgur.com/WZ5nwqz.jpg", 11, 1349, 701, 853703, "Gaming YouTube Channel Banner Template", "Download this Gaming YouTube Channel Banner Template for your gaming channel."],
[0, 204, 1647619010, "a2f_YVlR", "https://i.imgur.com/qKEYRKS.jpg", 11, 147, 32, 330637, "Youtube Video Thumbnail Psd Template", "Use this Youtube Video Thumbnail Psd Template for your movies channel, easy to edit and download!"],
[0, 204, 1653462029, "u_tl69e8", "https://i.imgur.com/uNk91Au.jpeg", 11, 294, 141, 88011, "Animie Youtube Banner", "Create your own unique youtube banner and use for your channel, use this template today!"],
[0, 204, 1653462189, "3snTBE6m", "https://i.imgur.com/TWPqLqE.png", 3, 323, 22, 1264107, "Book Mockup", "Free book mockup created for anyone who wants to showcase their artwork, easy to edit and change artwork!"],
[0, 204, 1653462189, "3snTBE6m", "https://i.imgur.com/TWPqLqE.png", 3, 324, 22, 1264107, "Book Mockup", "Free book mockup created for anyone who wants to showcase their artwork, easy to edit and change artwork!"],
[0, 204, 1653462252, "vnpm2-ZW", "https://i.imgur.com/EWBljXv.png", 2, 219, 13, 3832, "Box Mockup", "This simple print and use template for mockup design or DIY design."],
[0, 204, 1653462307, "faqebqUc", "https://i.imgur.com/QQlfPMV.jpeg", 3, 5964, 1189, 89402, "Coffee Cup Mockup", "Boost your sales with this book cover by inserting your artwork in design, easy to edit just paste your artwork into smartlayer and save"],
[0, 204, 1653462307, "faqebqUc", "https://i.imgur.com/QQlfPMV.jpeg", 3, 5965, 1189, 89402, "Coffee Cup Mockup", "Boost your sales with this book cover by inserting your artwork in design, easy to edit just paste your artwork into smartlayer and save"],
[0, 204, 1653462367, "phKdG5rK", "https://i.imgur.com/qqlHF3P.jpeg", 2, 1421, 164, 1168165, "Easy Book Mockup", "Download and use this high quality coffee cup mockup for your logo design or other text, made with smart layers."],
[0, 204, 1653462417, "F4xHk9DT", "https://i.imgur.com/li7t8OB.jpeg", 12, 612, 96, 670853, "Food Instagram Post", "Standout and get more sales or likes with this food instagram post template easy to edit and save."],
[0, 204, 1653462460, "upJNvWCV", "https://i.imgur.com/TwP8hzw.jpeg", 12, 919, 219, 119656, "NFT instagram Post", "NFT is everywhere, and if you are into NFT and need marketing online, use this template to market your NFT on instagram instantly."],
[0, 204, 1653462510, "H9RQBrjv", "https://i.imgur.com/qaWkPr4.jpeg", 11, 1183, 589, 128421, "Simple Youtube Banner", "Make youtube banner to suit your channel with this simple to edit and change artwork youtube banner."],
[0, 204, 1653462510, "H9RQBrjv", "https://i.imgur.com/qaWkPr4.jpeg", 11, 1184, 590, 128421, "Simple Youtube Banner", "Make youtube banner to suit your channel with this simple to edit and change artwork youtube banner."],
[0, 204, 1653462570, "pQa-ohMN", "https://i.imgur.com/q5P6su8.jpeg", 15, 225, 109, 17379, "Sticker Text Effect", "Make your personalized text effect with this sticker like text effect for print and paste anywhere."],
[0, 204, 1653462626, "CLGj1YR9", "https://i.imgur.com/CzH8BM2.jpeg", 12, 121, 21, 207743, "Stop War Instagram Post", "Stop the war, the ukraine was is just getting worsen, support ukraine with this instagram post template."],
[0, 204, 1653462670, "viIwbK0a", "https://i.imgur.com/p6nRrto.jpeg", 12, 180, 45, 984432, "Stop Ukraine War Post", "Stop the war, the ukraine was is just getting worsen, support ukraine with this instagram post template."],
[0, 204, 1653462670, "viIwbK0a", "https://i.imgur.com/p6nRrto.jpeg", 12, 181, 45, 984432, "Stop Ukraine War Post", "Stop the war, the ukraine was is just getting worsen, support ukraine with this instagram post template."],
[0, 204, 1653462714, "rR5-hc_t", "https://i.imgur.com/6Zt87ya.jpeg", 12, 190, 32, 2684711, "World Yoga Day", "Celebrate this world yoga day with this amazing instagram template for your business or personal use."],
[0, 204, 1653462754, "tCNQxT4R", "https://i.imgur.com/x1Lpnc0.jpeg", 11, 871, 575, 221498, "Youtube Banner", "Download this exclusive youtube banner for your channel to market and make insrease sales instantly."],
[0, 204, 1653462754, "tCNQxT4R", "https://i.imgur.com/x1Lpnc0.jpeg", 11, 872, 575, 221498, "Youtube Banner", "Download this exclusive youtube banner for your channel to market and make insrease sales instantly."],
[0, 204, 1653462795, "80q4bmFC", "https://i.imgur.com/FYYzwpQ.jpeg", 11, 150, 40, 213834, "Youtube End Screen", "Are you a youtuber or marketing personal? use this template for your videos to create amazing end slides for youtube videos."],
[0, 204, 1653462841, "75hLCGyl", "https://i.imgur.com/hUcpqiw.jpeg", 11, 339, 78, 308599, "Youtube End Screen Template", "Are you a youtuber or marketing personal? use this template for your videos to create amazing end slides for youtube videos."],
[0, 204, 1653462885, "rpv8s3XW", "https://i.imgur.com/NPAMRXJ.jpeg", 11, 1123, 327, 256321, "Youtube Thumbnail Template", "Give a amazing snapshot to your video and increase views, likes and shares instantly with this youtube video thumbnail template."],
[0, 204, 1653462885, "rpv8s3XW", "https://i.imgur.com/NPAMRXJ.jpeg", 11, 1124, 327, 256321, "Youtube Thumbnail Template", "Give a amazing snapshot to your video and increase views, likes and shares instantly with this youtube video thumbnail template."],
[0, 205, 1652956118, "OJCrp3bj", "https://i.imgur.com/wJ3upec.png", 0, 195, 4, 14145024, "Barber Mockup", "Barber Mockup"],
[0, 206, 1653242734, "VFkPwGjI", "https://i.imgur.com/IAam7zz.png", 60, 79, 12, 3174065, "MARCO DE FOTOGRAFIA Y NEGATIVO", "Ensayo de un negativo de pelicula fotografica, junto a un marco con la fotografia impresa."],
[0, 206, 1653250994, "Ue_gnR5L", "https://imgur.com/PS9oxjS.png", 60, 106, 11, 3004914, "botella vino", "Demo de botella con etiqueta de objeto inteligente"],
[2, 207, 1658306007, "qQpUAtOb", "https://i.ibb.co/tDwrD1q/HYR-5.png", 0, 0, 174, 1119, "Free Photoshop Action Rustic", "Free Photoshop Action Rustic"],
[2, 207, 1658305716, "ZHXwxIiB", "https://i.ibb.co/tDwrD1q/HYR-5.png", 0, 0, 110, 836, "Remove pimple", "remove pimple"],
[0, 208, 1653400940, "-S2yd2Gz", "https://i.imgur.com/OnJ9lAi.png", 20, 1655, 536, 34312, "GOLD Text (3D + Realistic Version)", "Some gold text!"],
[3, 209, 1653414039, "Sz6YlIp7", "https://static.brusheezy.com/system/resources/previews/000/058/614/non_2x/free-disintegration-photoshop-brushes-12.jpg", 0, 0, 844, 17136133, "vush1", "yhvuobuyk,"],
[3, 209, 1653414039, "Sz6YlIp7", "https://static.brusheezy.com/system/resources/previews/000/058/614/non_2x/free-disintegration-photoshop-brushes-12.jpg", 0, 0, 845, 17136133, "vush1", "yhvuobuyk,"],
[3, 209, 1653580171, "fqvln7vY", "https://static.brusheezy.com/system/resources/previews/000/001/476/non_2x/splatter-photoshop-brushes.jpg", 0, 0, 1426, 1861593, "Splatter Brush", "Splatter brush effects"],
[0, 210, 1661446462, "dYPw-aTv", "https://i.imgur.com/rDUc3R8.jpg", 11, 671, 272, 1004780, "Simple YouTube Logo", "Enjoy!"],
[0, 210, 1662053798, "NCESStY4", "https://i.imgur.com/ri7GdP0.jpg", 11, 519, 162, 1539899, "Simple YouTube Thumbnail", "Enjoy!"],
[0, 210, 1662053798, "NCESStY4", "https://i.imgur.com/ri7GdP0.jpg", 11, 520, 163, 1539899, "Simple YouTube Thumbnail", "Enjoy!"],
[0, 210, 1662055040, "l_kSEV5d", "https://i.imgur.com/WW0KPW9.jpg", 11, 364, 239, 1717900, "Retro YouTube Banner", "Enjoy!"],
[0, 210, 1662579551, "z5HGbiaV", "https://i.imgur.com/7pXEonS.jpg", 11, 805, 396, 138013, "Simple YouTube Logo", "Enjoy!"],
[0, 210, 1662579551, "z5HGbiaV", "https://i.imgur.com/7pXEonS.jpg", 11, 806, 397, 138013, "Simple YouTube Logo", "Enjoy!"],
[0, 210, 1663353337, "gbAJeKQ5", "https://i.imgur.com/J1NdSby.jpg", 11, 806, 239, 542501, "Simple Among Us Thumbnail", "Enjoy!"],
[0, 210, 1663611192, "mQjM15ib", "https://i.imgur.com/Eg6lQwl.png", 11, 189, 86, 13940, "White And Green Clickbate Text!", "Enjoy!"],
[0, 210, 1663682609, "68b9BCSz", "https://i.imgur.com/kBaL6OH.jpg", 11, 1533, 584, 2254152, "Simple YouTube Thumbnail", "Enjoy!"],
[0, 210, 1663682609, "68b9BCSz", "https://i.imgur.com/kBaL6OH.jpg", 11, 1535, 585, 2254152, "Simple YouTube Thumbnail", "Enjoy!"],
[0, 210, 1663868977, "rr7YJ5rk", "https://i.imgur.com/xyTHYsV.jpg", 11, 274, 109, 5104324, "YouTube Thumbnail Template", "Enjoy!"],
[0, 210, 1663869695, "ylFniMfR", "https://i.imgur.com/dgyTr5m.jpg", 11, 902, 409, 1310972, "YouTube Banner Blue", "Enjoy!"],
[0, 210, 1664213747, "i0y4EWn2", "https://i.imgur.com/Bri8Ro6.jpg", 11, 540, 219, 1947285, "Simple YouTube Thumbnail", "Enjoy!"],
[0, 210, 1664213747, "i0y4EWn2", "https://i.imgur.com/Bri8Ro6.jpg", 11, 541, 220, 1947285, "Simple YouTube Thumbnail", "Enjoy!"],
[0, 210, 1664221554, "ULZKkYJg", "https://i.imgur.com/vtiK84X.jpg", 11, 490, 181, 1546925, "Simple YouTube Thumbnail", "Enjoy!"],
[0, 210, 1664299381, "5NCblwnZ", "https://i.imgur.com/3qNmkNO.jpg", 11, 264, 99, 1265749, "Minecraft Thumbnail Template", "Enjoy!"],
[0, 210, 1665682631, "6wTwEwLQ", "https://i.imgur.com/N5FFrGN.jpg", 10, 59, 10, 3405726, "Gaming Logo Template", "Enjoy!"],
[0, 210, 1665683078, "MgmX0f6s", "https://i.imgur.com/dT6zwr5.jpg", 11, 469, 164, 2287155, "YouTube Thumbnail Template", "Enjoy!"],
[0, 210, 1666118180, "dCTD8JwW", "https://i.imgur.com/CXYSnB8.jpg", 15, 365, 109, 558787, "Text Styles!", "Enjoy!"],
[0, 210, 1666632528, "_XCnI4gs", "https://i.imgur.com/XB1PH3Q.jpg", 11, 5, 0, 160787, "Simple YouTube Logo", "Enjoy!"],
[0, 210, 1665683078, "MgmX0f6s", "https://i.imgur.com/dT6zwr5.jpg", 11, 470, 164, 2287155, "YouTube Thumbnail Template", "Enjoy!"],
[0, 210, 1666118180, "dCTD8JwW", "https://i.imgur.com/CXYSnB8.jpg", 15, 367, 109, 558787, "Text Styles!", "Enjoy!"],
[0, 210, 1666632528, "_XCnI4gs", "https://i.imgur.com/XB1PH3Q.jpg", 11, 6, 0, 160787, "Simple YouTube Logo", "Enjoy!"],
[0, 211, 1654360612, "W8SuWf2A", "https://i.imgur.com/evnHnYS.png", 0, 137, 15, 13700, "Glass Logo Design", "Glass Logo Design custom for your commercial or free use"],
[0, 211, 1654365966, "0oNb6h5p", "https://i.imgur.com/32Cwxca.jpeg", 0, 4697, 1468, 44954, "Crown Luxury", "Design Crown for commercial and personal use"],
[0, 211, 1654447715, "IQ7UZmNs", "https://i.imgur.com/UxTHCwT.jpeg", 0, 313, 35, 34513, "CardLogoDesign", "CardLogoDesign for Free use"],
[0, 211, 1654447837, "ECArkI1Y", "https://i.imgur.com/PCjhSTV.jpeg", 0, 831, 249, 89339, "GameLogo Design", "Game Logo Design for free use"],
[0, 211, 1654447980, "OR2tnsfj", "https://i.imgur.com/XSrqIYi.jpeg", 0, 1213, 482, 29769, "PhotoStudioDesign", "Logo for PhotoStudioDesign for free use"],
[0, 211, 1654481107, "uFcwI-2I", "https://i.imgur.com/jTiiDv9.jpeg", 15, 1535, 738, 50398, "Gold Text", "GoldText for user"],
[0, 211, 1654447980, "OR2tnsfj", "https://i.imgur.com/XSrqIYi.jpeg", 0, 1214, 483, 29769, "PhotoStudioDesign", "Logo for PhotoStudioDesign for free use"],
[0, 211, 1654481107, "uFcwI-2I", "https://i.imgur.com/jTiiDv9.jpeg", 15, 1538, 738, 50398, "Gold Text", "GoldText for user"],
[0, 212, 1654558771, "rpleyAGw", "https://i.imgur.com/77Ddu9T.jpg", 11, 294, 124, 478879, "MINIATURA MUSICPRO MASTERY", "miniatura youtube"],
[0, 213, 1654959482, "An6e1-dG", "https://i.imgur.com/b29EVKK.jpg", 11, 1362, 473, 170054, "Fortnite Thumbnail Template", "Free Template For Fortnite Thumbnails for YouTube"],
[6, 214, 1655034380, "EiwSBReY", "https://i.imgur.com/KPcScAw.jpg", 0, 0, 591, 115350, "solo", "solocup"],
[3, 215, 1655130403, "mx56_cD6", "https://media.myphotoshopbrushes.com/brushes/schemat/concept-art-brushes.jpg", 0, 0, 1411, 11806035, "Art Brushes", "paint and etc..."],
[3, 215, 1655130403, "mx56_cD6", "https://media.myphotoshopbrushes.com/brushes/schemat/concept-art-brushes.jpg", 0, 0, 1413, 11806035, "Art Brushes", "paint and etc..."],
[0, 216, 1655199916, "5zpBe71j", "https://i.imgur.com/J3joUsC.jpg", 15, 390, 27, 18689, "Text 2D", "Try this Templates now :D"],
[0, 217, 1655567203, "k_0g6fPt", "https://i.imgur.com/y151yPP.png", 60, 74, 18, 29465, "Cool Text I made", "Cool text"],
[0, 218, 1657728539, "yrjCqoV1", "https://i.imgur.com/MFv09Rv.jpeg", 11, 858, 246, 198987, "Simple Youtube Profile Template", "New to Photopea! :)"],
@ -828,40 +828,40 @@
[0, 222, 1656067124, "jsvgH1F8", "https://i.imgur.com/iadsi8C.jpg", 60, 688, 15, 138057, "Kansas ID", "blank driver license- Kansas"],
[0, 223, 1656122843, "rEBUJIQE", "https://i.imgur.com/IMZ0PyJ.jpg", 0, 502, 52, 343626, "yt name", "for chunky channel"],
[0, 224, 1656417689, "jz-vAs52", "https://i.imgur.com/tbYndu9.jpg", 11, 164, 59, 5113647, "Minecraft Server AD", "made by MAYBESWEAT"],
[0, 224, 1656496215, "5FCgUKk3", "https://i.imgur.com/0oQTy9y.jpg", 11, 1457, 619, 9432163, "Minecraft Release Announcement", "Made by MAYBESWEAT0 \nsubscribe to me on yt for more!!!"],
[0, 224, 1656496215, "5FCgUKk3", "https://i.imgur.com/0oQTy9y.jpg", 11, 1460, 620, 9432163, "Minecraft Release Announcement", "Made by MAYBESWEAT0 \nsubscribe to me on yt for more!!!"],
[0, 225, 1657054730, "R3dDez7p", "https://i.imgur.com/MMgaP6d.png", 0, 1769, 844, 411186, "Roblox Hoodie", "Hoodie"],
[0, 225, 1657380116, "-RiReprq", "https://i.imgur.com/jjZY1lw.png", 0, 474, 228, 314164, "Roblox Suit\/Tuxedo", "Suit\/Tuxedo"],
[0, 226, 1657138084, "L2ARCjC9", "https://i.imgur.com/kwQsFzG.jpeg", 11, 556, 30, 32734, "Apengg", "Hello world."],
[0, 227, 1657173607, "lsoPvRcv", "https://i.imgur.com/GZAfvAF.jpg", 2, 466, 97, 1032053, "Nintendo Switch Game Cover Template", "100% Editable Nintendo Switch Game Cover Template.\n\nFull-size, ready to print @ 300dpi.\n\nFonts used: \n- MarkPro Bold\n- Roboto\n\nGoogle Drive link to fonts and stand-alone .PSD: https:\/\/drive.google.com\/drive\/folders\/1lcIfNN_cBmPDYIlfidd8yQiXY_jVac_4"],
[0, 226, 1657138084, "L2ARCjC9", "https://i.imgur.com/kwQsFzG.jpeg", 11, 557, 30, 32734, "Apengg", "Hello world."],
[0, 227, 1657173607, "lsoPvRcv", "https://i.imgur.com/GZAfvAF.jpg", 2, 467, 97, 1032053, "Nintendo Switch Game Cover Template", "100% Editable Nintendo Switch Game Cover Template.\n\nFull-size, ready to print @ 300dpi.\n\nFonts used: \n- MarkPro Bold\n- Roboto\n\nGoogle Drive link to fonts and stand-alone .PSD: https:\/\/drive.google.com\/drive\/folders\/1lcIfNN_cBmPDYIlfidd8yQiXY_jVac_4"],
[2, 228, 1657274682, "DmwvP-bz", "https://i.imgur.com/echRLji.png", 0, 0, 1195, 2099, "gold effect", "Gold Effect Photoshop"],
[0, 229, 1666380189, "2nwm8gVX", "https://i.imgur.com/Qo48Rh9.jpg", 3, 27, 2, 1929963, "Indomie psd", "edit"],
[0, 229, 1666380189, "2nwm8gVX", "https://i.imgur.com/Qo48Rh9.jpg", 3, 29, 2, 1929963, "Indomie psd", "edit"],
[0, 229, 1666380472, "WgkoV7TG", "https://i.imgur.com/hBlZdkI.jpg", 60, 57, 25, 1186652, "Red gradient Background", "Nice red color gradient background"],
[0, 229, 1666380639, "2fLHUSTD", "https://i.imgur.com/OZN8L8q.jpg", 1, 64, 5, 57653, "christmass text", "Edit text"],
[0, 229, 1666380639, "2fLHUSTD", "https://i.imgur.com/OZN8L8q.jpg", 1, 65, 5, 57653, "christmass text", "Edit text"],
[0, 230, 1658230889, "UR7I0xjU", "https://i.imgur.com/rL7iZ3c.jpg", 22, 749, 175, 10669166, "Beach Party", "Beach Party Invitation"],
[0, 231, 1658176196, "rM-EGTUz", "https://i.imgur.com/Uvp4xXO.jpg", 0, 156, 9, 925864, "Slim Reaper", "Justin Jefferson and Grim Reaper"],
[0, 232, 1658182468, "KufeyxAK", "https://i.imgur.com/g65HBw4.jpeg", 0, 315, 87, 75538, "Roblox Advanced Event Thumbnail", "Roblox Advanced Event Thumbnail\n\nSubscribe To NYC-Roblox"],
[0, 232, 1658501522, "A6zBu6Bq", "https://i.imgur.com/m5WPmw0.png", 0, 694, 195, 49845, "Roblox game logo", "Roblox game logo\n\nSubscribe to NYC-Roblox"],
[0, 232, 1659578753, "wo82-SsC", "https://i.imgur.com/u9jXS0s.jpeg", 0, 1907, 906, 14587, "Clickbait Text", "Subscribe to NYC-Roblox"],
[0, 232, 1659578753, "wo82-SsC", "https://i.imgur.com/u9jXS0s.jpeg", 0, 1909, 908, 14587, "Clickbait Text", "Subscribe to NYC-Roblox"],
[0, 232, 1663456370, "edk-AP99", "https://i.imgur.com/IcqJ8Ux.png", 0, 50, 9, 68394, "Roblox Currency Buttons", "Subscribe To NYC-Roblox"],
[3, 233, 1658232017, "knz7sqWi", "https://i.imgur.com/Lj4mDj1.png", 0, 0, 245, 170656, "Background text", "brush"],
[0, 234, 1658260253, "IUHiRJfU", "https://i.imgur.com/PHflAcP.jpeg", 60, 669, 84, 17233490, "NBA 2K22 Iced Out Card Template", "just a regular 2k card"],
[0, 234, 1658260253, "IUHiRJfU", "https://i.imgur.com/PHflAcP.jpeg", 60, 674, 84, 17233490, "NBA 2K22 Iced Out Card Template", "just a regular 2k card"],
[0, 234, 1658285697, "lVjDmorO", "https://i.imgur.com/FpoeE4D.jpeg", 60, 299, 22, 22948874, "Invincible NBA 2K22 Card Template", "just a regular card template"],
[0, 235, 1658271848, "S182EccY", "https://i.imgur.com/AgDj3yU.png", 0, 112, 32, 9806, "Chief AU Template", "Chief AU Template"],
[0, 236, 1658286535, "aJpSDjeW", "https://i.imgur.com/Eam7mJr.jpeg", 60, 77, 9, 6823671, "\u7267\u6021\u5c0f\u7ea2\u4e66", "123"],
[0, 237, 1658759135, "AWZxg-h9", "https://raw.githubusercontent.com/Dascent/zaro/main/ppea/fb-cover-zentasticarts-horoscope_tb.jpg", 13, 613, 108, 368732, "Horoscope ZentasticArts", "Facebook profile cover Horoscope signs ZentasticArts.\n12 individual shapes for zodiac sign, 4 alchemy element signs\n820w\/360h\/300dpi with safezone\nzentasticarts.ro"],
[0, 237, 1658860521, "lE3td5jR", "https://raw.githubusercontent.com/Dascent/zaro/main/ppea/fb-cover-zentasticarts2_tb.jpg", 13, 778, 120, 383215, "Facebook Profile Cover - Team", "Facebook profile cover - Team ZentasticArts\n3 image slots using mask option, dark-blue background with goldish elements.\nSafe zone available\nwww.zentasticarts.ro"],
[0, 237, 1658759135, "AWZxg-h9", "https://raw.githubusercontent.com/Dascent/zaro/main/ppea/fb-cover-zentasticarts-horoscope_tb.jpg", 13, 614, 108, 368732, "Horoscope ZentasticArts", "Facebook profile cover Horoscope signs ZentasticArts.\n12 individual shapes for zodiac sign, 4 alchemy element signs\n820w\/360h\/300dpi with safezone\nzentasticarts.ro"],
[0, 237, 1658860521, "lE3td5jR", "https://raw.githubusercontent.com/Dascent/zaro/main/ppea/fb-cover-zentasticarts2_tb.jpg", 13, 780, 120, 383215, "Facebook Profile Cover - Team", "Facebook profile cover - Team ZentasticArts\n3 image slots using mask option, dark-blue background with goldish elements.\nSafe zone available\nwww.zentasticarts.ro"],
[0, 238, 1659051378, "DxDQmin8", "https://i.imgur.com/3P87Eo5.jpeg", 0, 72, 20, 313260, "Cyan suit", "Come get this cool template it works on roblox"],
[0, 238, 1659055248, "ak5DErR7", "https://i.imgur.com/t4A8kYn.jpeg", 0, 27, 4, 313319, "Pink suit", "Come get this cool pink shirt"],
[0, 238, 1660274240, "rFJORYYF", "https://i.imgur.com/ZrL3NGL.jpeg", 0, 73, 4, 177398, "Orange", "Orange"],
[0, 239, 1659051231, "de4t2UhD", "https://i.imgur.com/3cUtmpP.png", 60, 76, 9, 12188010, "New York Times", "New York Times Template"],
[0, 240, 1659154881, "z6cHTluY", "https://i.imgur.com/n7E0ccd.png", 0, 50, 12, 73552, "\u0633\u0634\u0629", "\u064a\u0628\u0627 \u062a\u064a\u0628\u062a\u0648"],
[3, 241, 1659239614, "xtTFI5VX", "https://image.shutterstock.com/z/stock-vector-set-of-black-paint-ink-brush-strokes-brushes-lines-dirty-artistic-design-elements-place-for-538158994.jpg", 0, 0, 247, 17994563, "brush", "h"],
[3, 241, 1659240425, "ZaZiO-KB", "https://media.myphotoshopbrushes.com/brushes/normal/thumbs/splash-splatter.large.jpg", 0, 0, 259, 747095, "splash brushes", "Splash brushes xx"],
[3, 241, 1659240425, "ZaZiO-KB", "https://media.myphotoshopbrushes.com/brushes/normal/thumbs/splash-splatter.large.jpg", 0, 0, 260, 747095, "splash brushes", "Splash brushes xx"],
[2, 241, 1659241615, "WWrfeQna", "https://media.myphotoshopbrushes.com/brushes/normal/thumbs/Watercolor-Brushes-Blakravell.large.jpg", 0, 0, 177, 11264841, "glitch", "text glitch test"],
[0, 242, 1659257354, "0B2beoCB", "https://i.imgur.com/WNRWcDw.jpg", 11, 518, 170, 757452, "Minecraft Client Template", "this was made by ruuo, aka maybesweat hah give me credit or nevermind, u dont have to."],
[0, 243, 1659302041, "04C0VMZ0", "https://i.imgur.com/x44fIdA.jpg", 0, 846, 29, 407736, "IMG_1588", "h"],
[0, 244, 1659458583, "EJjDuzxV", "https://imgur.com/B7ZxCNrs.jpg", 3, 63, 7, 177959, "CUSTOM CAT 11 OZ MUG TEMPLATE", "CUSTOM CAT 11 OZ MUG TEMPLATE"],
[0, 245, 1659741403, "Dy2e8rtg", "https://i.imgur.com/46TOmmu.jpeg", 11, 1212, 450, 190531, "Roblox youtube thumbnail", "epic sub to Monstergamer 604"],
[0, 245, 1659741403, "Dy2e8rtg", "https://i.imgur.com/46TOmmu.jpeg", 11, 1213, 450, 190531, "Roblox youtube thumbnail", "epic sub to Monstergamer 604"],
[0, 245, 1661465299, "SxNSLOar", "https://i.imgur.com/GypJ7LO.jpeg", 0, 398, 32, 3627548, "youtube easy thumbnail", "sub to iconiccrox"],
[0, 246, 1659804606, "hk0ZkQRY", "https://i.imgur.com/47zRYeA.jpg", 0, 98, 82, 143917, "Youtube thumbnail learn java", "This template is a youtube thumbnail for programming of java"],
[0, 246, 1660039309, "1vkAFloy", "https://i.imgur.com/05QXru8.png", 11, 133, 56, 203290, "Youtube thumbnail java programming orange", "This template is all about a youtube thumbnail of java programming language with java's modified logo of orange color"],
@ -869,10 +869,10 @@
[0, 247, 1659938756, "S94SmJOa", "https://i.imgur.com/H3aBOst.png", 21, 764, 84, 589407, "\u0f58\u0f72\u0f44\u0f0b\u0f56\u0fb1\u0f44\u0f0b\u0f0d \u0f20\u0f22 \u0f3c\u0f5a\u0f7c\u0f44\u0f0b\u0f63\u0f66\u0f0d\u0f3d", "\u0f62\u0f44\u0f0b\u0f51\u0f42\u0f62\u0f0b\u0f56\u0f5f\u0f7c\u0f66\u0f0b\u0f46\u0f7c\u0f42"],
[0, 247, 1659942106, "gi-7bUZD", "https://i.imgur.com/Nbv1mU8.png", 21, 205, 39, 172268, "\u0f58\u0f72\u0f44\u0f0b\u0f56\u0fb1\u0f44\u0f0b\u0f0d \u0f20\u0f23 \u0f3c\u0f56\u0f5f\u0f7c\u0f0b\u0f63\u0f66\u0f0d\u0f3d", "\u0f62\u0f44\u0f0b\u0f51\u0f42\u0f62\u0f0b\u0f66\u0fa4\u0fb1\u0f51\u0f0b\u0f46\u0f7c\u0f42"],
[0, 247, 1660015095, "YF4rRKII", "https://i.imgur.com/ipmo7rm.jpeg", 21, 173, 26, 59605, "\u0f58\u0f72\u0f44\u0f0b\u0f56\u0fb1\u0f44\u0f0b\u0f0d 04 \u0f3c\u0f62\u0f44\u0f0b\u0f58\u0f7c\u0f66\u0f0d\u0f3d", "\u0f62\u0f44\u0f0b\u0f51\u0f42\u0f62\u0f0b\u0f56\u0f5f\u0f7c\u0f66\u0f0b\u0f46\u0f7c\u0f42"],
[2, 248, 1660162095, "fDj1XKuH", "https://i.ytimg.com/vi/cVd6bVtn9LM/maxresdefault.jpg", 0, 0, 1005, 1758, "cartoon", "cartoon art"],
[2, 248, 1660162095, "fDj1XKuH", "https://i.ytimg.com/vi/cVd6bVtn9LM/maxresdefault.jpg", 0, 0, 1006, 1758, "cartoon", "cartoon art"],
[0, 249, 1660524930, "pguNA8_B", "https://cdn.discordapp.com/attachments/997614471117799445/1008538921187156069/Photopea_tempalte_1.png", 0, 101, 36, 64561, "yt Roblox thumbnail essential kit", "For roblox yt or yt in general"],
[0, 250, 1660504561, "xHbkAWRG", "https://i.imgur.com/mWrrMSv.jpeg", 11, 281, 31, 1602667, "Youtube Border Pack", "A Pack For your Youtube Channel!"],
[0, 251, 1661963858, "7CiEpWVw", "https://i.imgur.com/RDJPDjJ.png", 60, 255, 431, 104550, "Plantilla Infomercado NV", "Plantilla Infomercado Nueva Versi\u00f3n Centrada"],
[0, 251, 1661963858, "7CiEpWVw", "https://i.imgur.com/RDJPDjJ.png", 60, 256, 431, 104550, "Plantilla Infomercado NV", "Plantilla Infomercado Nueva Versi\u00f3n Centrada"],
[0, 251, 1663942174, "uGyl9d3U", "https://i.imgur.com/64bEfJG.jpg", 0, 96, 97, 708049, "Nueva Plantilla Infomercado", "Nueva plantilla"],
[0, 251, 1666370331, "ArOAZCit", "https://i.imgur.com/DlYZRlG.png", 0, 11, 2, 1029, "Foto vacia Infomercado", "Tama\u00f1o foto infomercado"],
[0, 252, 1661456567, "dbx2d4Rt", "https://i.imgur.com/QMRZFpa.jpg", 60, 25, 4, 230334, "08", "Mujer sentada. Sitting woman."],
@ -886,17 +886,17 @@
[0, 254, 1660844040, "FSORPaGW", "https://i.imgur.com/WDbl6tP.png", 2, 155, 7, 4801, "Adeies", "Adeies 2022"],
[0, 255, 1661077233, "FPDDSCP2", "https://i.imgur.com/XjjJrY9.jpg", 10, 206, 65, 53648, "Cloud Background", "Purple cloud and Stars"],
[0, 255, 1661077946, "mttDROwa", "https://i.imgur.com/qfq5Uyx.jpg", 11, 60, 5, 129816, "Supreme Background", "this image Profile Backround"],
[3, 256, 1661455973, "3eeoc5gv", "https://static.brusheezy.com/system/resources/previews/000/065/114/non_2x/charcoal-photoshop-brushes.jpg", 0, 0, 253, 28179522, "Charcoal", "Charcoal"],
[3, 256, 1661455973, "3eeoc5gv", "https://static.brusheezy.com/system/resources/previews/000/065/114/non_2x/charcoal-photoshop-brushes.jpg", 0, 0, 254, 28179522, "Charcoal", "Charcoal"],
[0, 257, 1661736568, "2hD3eTMC", "https://i.imgur.com/kEchQ2H.png", 50, 374, 71, 59651, "Intertitle", "Old silent film style intertitle."],
[0, 258, 1661775582, "aC4jPkc9", "https://i.imgur.com/J5aZ7ZD.jpeg", 10, 302, 57, 3792910, "KSI thumbnail style", "This is a perfect thumbnail style for reaction, gaming youtubers."],
[0, 258, 1661944798, "7K706qlF", "https://i.imgur.com/rnMeSXj.jpeg", 10, 2205, 677, 2938645, "MrBeast Thumbnail Style", "This is the perfect style for reaction videos and mrbeast style videos."],
[0, 258, 1661944798, "7K706qlF", "https://i.imgur.com/rnMeSXj.jpeg", 10, 2206, 681, 2938645, "MrBeast Thumbnail Style", "This is the perfect style for reaction videos and mrbeast style videos."],
[2, 259, 1661848539, "glnmEZBy", "https://i.stack.imgur.com/YdJZtl.jpg", 0, 0, 126, 18092, "disperation", "hello"],
[0, 260, 1662106100, "Xyqi_kL8", "https://i.imgur.com/n28ZTsX.jpg", 11, 127, 49, 242150, "YouTube Thumbnail 2012 Style", "My own version of YouTube 2012. you can edit it except text effects and the layout. (DO NOT CHANGE IT) you can also put funny images in there like vanoss gaming thumbnail"],
[0, 261, 1662387252, "-fxiFhYv", "https://i.imgur.com/5wZb1Pl.png", 10, 176, 23, 68115, "Countryball template", "Make your own countryball with this template!\n\nYou need experience with photopea before doing this."],
[0, 262, 1662504043, "b_ssHDqy", "https://i.imgur.com/Zcf8khg.jpg", 0, 177, 4, 258530, "Real-Estate-Social-Media-Banner-19", "thing"],
[0, 263, 1663630278, "qiqR1e-z", "https://i.imgur.com/w7fvzzx.jpg", 11, 118, 30, 5041997, "Gaming Youtube Thumbnail", "Gaming Youtube Thumbnail: Neon immersive thumbnail with graphics. You can edit the text and add your own reaction image and graphics."],
[0, 263, 1664825581, "U5elwY1b", "https://i.imgur.com/ergqUah.jpg", 11, 181, 45, 1820682, "GMM Inspired Youtube Thumbnail", "This or that youtube thumbnail. You can edit the words and the numbers to anything you want. You can also change the fonts and colours as well as replace the reaction photo with your own"],
[0, 264, 1662826207, "lCn0EYkJ", "https://i.imgur.com/ZtydboT.jpg", 0, 814, 136, 6468934, "van mockup", "YOUR Logo On Van!"],
[0, 264, 1662826207, "lCn0EYkJ", "https://i.imgur.com/ZtydboT.jpg", 0, 815, 136, 6468934, "van mockup", "YOUR Logo On Van!"],
[0, 265, 1662863236, "ITM_iDXj", "https://i.imgur.com/8iCmjf0.png", 0, 18, 0, 23270242, "NCAA-06-HELMET-TEMPLATE-JD637-v220812", "test"],
[0, 266, 1663039488, "gzjREZ1R", "https://i.imgur.com/D1Scx2l.jpeg", 14, 39, 0, 57748, "Mesario voluntario", "trole seus familiares com essa chamada fake para mesario voluntario!"],
[1, 267, 1666083060, "cu0U1yLm", "https://cdn-icons-png.flaticon.com/512/18/18551.png", 0, 0, 31, 141, "Freepik", "Freepik images"],
@ -906,11 +906,11 @@
[0, 271, 1663600628, "0auHbTtA", "https://i.imgur.com/XBSjtxm.jpg", 10, 309, 108, 48513, "Twitch Panel", "Here is twitch panels designed by me marty gamez in photopea"],
[0, 271, 1664830652, "iWfFCjwU", "https://i.imgur.com/SB8oqNp.jpg", 10, 240, 52, 5668689, "Starting Soon Template", "Fully Editable Enjoy!"],
[0, 272, 1666097477, "Sff-Xh1N", "https://i.imgur.com/fQTaHCN.jpeg", 10, 29, 3, 1708676, "Linkedin Carousel", "Eine Vorkage um f\u00fcr Linkedin einen Carousel Post zu erstellen."],
[0, 273, 1664057748, "nK1DLOJX", "https://i.imgur.com/pbp0UWQ.png", 0, 65, 2, 7113, "Monochromatic Portrait Template", "Mrs. Stofcik's Painting II class"],
[0, 274, 1663994620, "0s-lgkDZ", "https://i.imgur.com/Tht02kj.jpeg", 60, 1003, 402, 146745, "Phonk Logo?", "Thug Life"],
[0, 275, 1666011616, "uInHJQTv", "https://i.imgur.com/WxCDfDF.jpg", 11, 197, 45, 67709, "Template youtube sub", "You can change name"],
[0, 276, 1664057958, "e1YBdYNq", "https://i.imgur.com/sUp5Jcm.png", 60, 1021, 342, 3803045, "Roblox PFP GFX", "Free Roblox PFP GFX - By Allawi"],
[8, 277, 1664138083, "YesEBjEj", "https://i.imgur.com/oT4cjsu.jpeg", 0, 0, 181, 818758, "Red River Paper Polar Matte 60 lb", "loiuytrds"],
[0, 273, 1664057748, "nK1DLOJX", "https://i.imgur.com/pbp0UWQ.png", 0, 66, 2, 7113, "Monochromatic Portrait Template", "Mrs. Stofcik's Painting II class"],
[0, 274, 1663994620, "0s-lgkDZ", "https://i.imgur.com/Tht02kj.jpeg", 60, 1004, 402, 146745, "Phonk Logo?", "Thug Life"],
[0, 275, 1666011616, "uInHJQTv", "https://i.imgur.com/WxCDfDF.jpg", 11, 198, 45, 67709, "Template youtube sub", "You can change name"],
[0, 276, 1664057958, "e1YBdYNq", "https://i.imgur.com/sUp5Jcm.png", 60, 1022, 342, 3803045, "Roblox PFP GFX", "Free Roblox PFP GFX - By Allawi"],
[8, 277, 1664138083, "YesEBjEj", "https://i.imgur.com/oT4cjsu.jpeg", 0, 0, 182, 818758, "Red River Paper Polar Matte 60 lb", "loiuytrds"],
[5, 278, 1664138894, "JIvDxXrW", "https://i.imgur.com/R9LSYBI.jpg", 0, 0, 116, 39390, "blacksword", "good font"],
[0, 279, 1664224934, "TrKfpDaO", "https://i.imgur.com/ERRKPiR.jpg", 0, 86, 6, 27613, "CHENEQUE_TEMPLES", "Unlike t-shirts, shirts and pants wrap all the way around an avatar\u2019s body, giving you more design control. To get started, download the following clothing templates and draw your own art on top."],
[2, 280, 1664440879, "wd3SoVZc", "https://i.imgur.com/qz8VUcXb.jpg", 0, 0, 61, 16039, "Cinematic action", "Nil"],
@ -919,11 +919,11 @@
[0, 283, 1664902798, "ztfVQAaE", "https://i.imgur.com/E9Kx5ob.jpg", 11, 140, 30, 17032, "Burbank Text Overlay For Youtube", "Just some Burbank text you can use for video editing!"],
[0, 283, 1664990979, "_wi5JFku", "https://i.imgur.com/Rc0V3qa.jpg", 11, 64, 7, 18957, "Burbank Text Overlay For Youtube V2", "just Burbank font for youtube"],
[0, 283, 1665767081, "EW-96yV4", "https://i.imgur.com/Cb3FX2W.jpg", 0, 392, 73, 22724, "Halloween Text", "just some Halloween text"],
[0, 283, 1666630307, "fhDlwYPm", "https://i.imgur.com/gOj2OsD.png", 0, 4, 0, 24612, "Halloween Text For Clickbait", "Text"],
[0, 283, 1666630307, "fhDlwYPm", "https://i.imgur.com/gOj2OsD.png", 0, 6, 0, 24612, "Halloween Text For Clickbait", "Text"],
[0, 284, 1665097301, "-POyWDkn", "https://i.imgur.com/KjOUOHU.png", 60, 39, 6, 39970, "Printify Embrodery", "Logo Embrodery template"],
[0, 285, 1665670635, "Ai0hsP2g", "https://i.imgur.com/FUO27x5.png", 0, 42, 7, 3886274, "Album Cover Template", "TripTeamMusic Album Cover Template that Includes Parental Advisory Logos."],
[0, 285, 1665670635, "Ai0hsP2g", "https://i.imgur.com/FUO27x5.png", 0, 44, 8, 3886274, "Album Cover Template", "TripTeamMusic Album Cover Template that Includes Parental Advisory Logos."],
[2, 286, 1665759334, "YyYlLxUt", "https://i.ytimg.com/vi/cVd6bVtn9LM/maxresdefault.jpg", 0, 0, 45, 5424919, "Rupkanth", "All the above"],
[0, 287, 1666100914, "oHjYnIxa", "https://i.imgur.com/28ukZjz.jpg", 60, 100, 2, 46789, "Luxray winner stamp", "It's a stamp for winners"],
[0, 287, 1666100914, "oHjYnIxa", "https://i.imgur.com/28ukZjz.jpg", 60, 102, 2, 46789, "Luxray winner stamp", "It's a stamp for winners"],
[3, 288, 1666611141, "Yle2om67", "https://e7.pngegg.com/pngimages/770/739/png-clipart-animated-green-leaf-leaf-green-leaves-watercolor-leaves-leaf-thumbnail.png", 0, 0, 7, 3099712, "Leaf brush", "ivy Leaf brush"]
]
}

File diff suppressed because one or more lines are too long

View File

@ -1,129 +0,0 @@

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" />
<link rel="stylesheet" href="templates.css" />
<script src="templates.js"></script>
<script>
var tpls;
var ccat = -1, citm = -1, ordr = 0, cscr = 0; // current scroll
var cont, cats, search, back, itms, kwds;
function clearNode(node) { while(node.firstChild) node.removeChild(node.firstChild); }
function isDisplayed(nd) { while(true) { if(nd==document) return true; if(nd==null) return false; nd=nd.parentNode; } }
function go() {
cont = document.getElementById("cont");
cats = document.getElementById("cats");
kwds = document.getElementById("kwds");
search = document.getElementById("search");
back = document.getElementById("back"); cont.removeChild(back);
itms = document.getElementById("itms");
window.addEventListener("resize",onResize,false); onResize();
var request = new XMLHttpRequest();
request.open("GET", "../../papi/tpls.json?t="+Date.now(), true);
request.onload = imgsLoaded.bind(this);
request.onerror = function(e) { console.log(e.target.response); }
request.send();
if(Math.random()<0.01) {
var request = new XMLHttpRequest();
request.open("GET", "https://www.photopea.com/papi/updateTemplates.php", true);
request.send();
}
}
function onResize() {
if(tpls) updateView();
}
function imgsLoaded(e) {
tpls = JSON.parse(e.target.response);
//for(var i=0; i<tpls.list.length; i++) {console.log(tpls.list[i]); console.log(cost(tpls.list[i]));}
updateView();
//makeStatic();
}
function updateView() {
var w = window.innerWidth, h=window.innerHeight;
itms.style.height=(h-90)+"px";
var comp;
if(ordr==0) comp=function(a,b) {return cost0(b)-cost0(a);}
if(ordr==1) comp=function(a,b) {return cost1(b)-cost1(a);}
if(ordr==2) comp=function(a,b) {return cost2(b)-cost2(a);}
tpls.list.sort(comp);
if(citm==-1 && !isDisplayed(search)) { clearNode(cont); cont.appendChild(search); cont.appendChild(itms); }
if(citm!=-1) { clearNode(cont); cont.appendChild(back); cont.appendChild(itms); }
clearNode(itms);
var twds = kwds.value.trim().toLowerCase(), wds=twds.split(/[ ,]+/);
var out = [];
makeView(tpls,out,twds,wds,ccat,citm);
itms.innerHTML=out.join("\n");
var out = [];
getCats(tpls,ccat,out);
cats.innerHTML = out.join("\n");
}
function backClicked(e) {
citm = -1;
updateView();
itms.scrollTo(0,cscr);
}
function itemClicked(nitm) {
if(citm!=-1) {
window.parent.postMessage("--ot "+tpls.list[citm][2]);
if(window.location.href.indexOf("openSep")!=-1) window.open("//www.Photopea.com#t"+tempID(tpls.list[citm]));
return;
}
cscr = itms.scrollTop;
citm = nitm;
updateView();
itms.scrollTo(0,0);
}
function catClicked(nc) {
if(nc==ccat) ccat=-1;
else ccat=nc;
citm=-1;
updateView();
}
function setOrder(ord) {
ordr=ord;
var ords = document.getElementsByClassName("order");
for(var i=0; i<3; i++) ords[i].setAttribute("class", "order"+(i==ordr ? " blue":""));
updateView();
itms.scrollTo(0,0);
}
</script>
</head>
<body onload="go()" class="flexrow">
<div id="cats">
</div>
<div id="cont">
<div id="search">
<label>Search:</label> <input type="text" id="kwds" oninput="updateView()"></input>
<span onclick="setOrder(0)" class="order blue">Hot</span>
<span onclick="setOrder(1)" class="order">New</span>
<span onclick="setOrder(2)" class="order">Top</span>
</div>
<div id="back">
<span class="back" onclick="backClicked()">&lt; Back</span>
</div>
<div id="itms" class="scrollable"></div>
</div>
</body>
</html>

View File

@ -1,48 +0,0 @@

body { background-color:#333333; font-family:"Open Sans"; color:#a5a5a5; padding:0; margin:0; font-size:14px; }
#cont { background-color:#1d1d1d; padding: 30px 0 0 30px; width:100%; }
a { /*text-decoration: inherit;*/ color: inherit; }
.title { display:block; color:white; }
.item { position:relative; display:inline-block; margin:0 20px 20px 0; }
.item img { height: 100%; width: 100%; object-fit: contain; }
.cat { margin-left:30px; margin:16px; padding:2px 0px; cursor:pointer; }
.top { margin-left: 4px; }
.clickable: { cursor:pointer; }
.blue { border-bottom: 3px solid #00eeff; margin-bottom:-3px; }
.clickable:hover {color:#00eeff;}
.back { display:inline-block; background-color:rgba(0,0,0,0.5); cursor:pointer; padding:6px 1em; margin: 0.2em 0 0.6em 0; font-size:1.5em; }
.count { float:right; }
.cat_title {font-size:1.6em; display:inline-block; margin:1.2em 0 1.2em 0;}
.t1 {font-size:2em; margin-bottom:0.4em; }
.t2 {font-size:1.2em;}
#cats { padding:10px 20px; min-width:180px; color:white; }
#search { font-size:1.3em; margin-bottom: 30px; }
#kwds { font-size:1.0em; background-color: black; border:none; color:white; padding:3px; margin-left:1em; }
.order { margin-left:1.5em; cursor:pointer; }
.post_big { padding:24px; }
.scrollable {
overflow-y: scroll;
/* for Firefox: */
scrollbar-color: #222222 #1d1d1d;
scrollbar-width: thin;
}
.scrollable::-webkit-scrollbar {
width: 8px;
background: #1d1d1d;
}
.scrollable::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.5);
border-radius: 6px;
margin:4px;
}
.flexrow {
display:flex;
flex-flow:row;
}

View File

@ -1,172 +0,0 @@

function makeView(tps,out,twds,wds,curc,cit) {
var list = tps.list, cts=tps.categories;
if(cit==-1) {
for(var i=0; i<list.length; i++) {
var tpl = list[i], cat=tpl[4], pcat=cat-(cat%10);
if(curc!=-1) {
if((curc%10)==0) { if(pcat!=curc) continue; }
else if(curc!=cat) continue;
}
if(twds!="") {
var occ=0, tot=(tpl[7] + " " + tpl[8] + " " + tps.authors[tpl[0]] + " " + cts["c"+tpl[4]]).toLowerCase();
for(var j=0; j<wds.length; j++) {
if(tot.indexOf(wds[j])!=-1) occ++;
}
if(occ==0) continue;
}
makeItem(tps,i, cts,out, false);
}
}
else {
//out.push("<div id=\"back\"><span class=\"back\" onclick=\"backClicked()\">&lt; Back</span></div>");
var tpl = list[cit];
makeItem(tps,cit,cts,out, true);
out.push("<iframe src=\"comments.html#"+tempID(tpl)+"\" frameborder=\"0\" style=\"border:none; max-width:800px; width:calc(100% - 20px); height:800px; background-color:white;\"></iframe>");
/*
out.push("<iframe src=\"https://www.facebook.com/plugins/comments.php?href=https://photopea.com/templates\" scrolling=\"yes\" frameborder=\"0\" style=\"border:none; width:calc(100% - 20px); height:600px; background-color:white;\"></iframe>"); */
/*
out.push("<div id=\"fb-root\"></div> <script async defer crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v10.0&appId=1709573295939738&autoLogAppEvents=1\" nonce=\"wZ5o5487\"></script>");
out.push("<div class=\"fb-comments\" data-href=\"https://photopea.com/templates\" data-width=\"600\" data-numposts=\"5\"></div>");
*/
}
}
function shorten(str, lim) {
return (str.length<lim) ?str:str.slice(0,lim-3)+"...";
}
function toID(str) { return str.toLowerCase().replace(/\s+/g, "-")+".html"; }
function makeItem(tps, ind,cts,lst, big) {
var tpl = tps.list[ind];
var rst = window.innerWidth-(245+30); //console.log(iw);
var num = 1; while(rst/num>300) num++;
var cc = Math.floor(rst/num); //console.log(cc);
var isz = cc-26; //console.log(isz);
var tit = escapeHtml(tpl[7]);
var lim = ~~(isz/9); //console.log(tpl);
if(big) lst.push("<div class=\"item flexrow\" >");
else lst.push("<div class=\"item\" onclick=\"itemClicked("+ind+")\" style=\"cursor:pointer\">");
var iurl = tpl[3]; //(Math.random()<0.5?"wide.png":"tall.png"); // tpl[3]
var aurl = "//www.Photopea.com#t"+tempID(tpl);
//*
if(big) isz=rst/2;
var wi = (isz+"px");
var hi = ((isz*0.67)+"px");
lst.push("<div style=\"width:"+wi+"; min-width:"+wi+"; height:"+hi+"\">"); // ict
lst.push("<img src=\""+iurl+"\" "+(big ? "onclick=\"itemClicked("+ind+")\" title=\"Open &quot;"+tit+"&quot;\"" : "")+" style=\""+(big?"cursor:pointer":"")+"\" loading=\"lazy\" />");
lst.push("</div>"); // ict
lst.push("<div class=\""+"post"+(big?"_big":"")+"\">"); // cmt
lst.push("<span class=\"title "+(big?"t1":"t2")+"\">" + (big?tit:shorten(tit,lim)) + "</span>");
var au = tps.authors[tpl[0]];
lst.push("<span>"+"By "+(big?au:shorten(au,~~(lim*0.7))) + " in " + cts["c"+tpl[4]]+"</span>");
if(big) {
lst.push("<p>"+findLinks(escapeHtml(tpl[8]))+"</p>");
lst.push("<p style=\"font-size:1.5em; margin-bottom: 0em;\" title=\""+((0.001*Date.now()-tpl[1])/(60*60*24)).toFixed(2)+" days ago\">");
var dstr = printDate(tpl[1]);
//lst.push("<b class=\"clickable\" onclick=\"itemClicked("+ind+")\">Open</b>");
//lst.push("<a href=\""+aurl+"\" target=\"_blank\" class=\"clickable\" ><b>Open Separately</b></a>");
lst.push(printNum(tpl[5])+" views • "+printNum(tpl[6])+" uses • "+dstr);// lst.push("<br/>");
//lst.push("<br/>"); lst.push(tpl[6]+" uses");
lst.push("</p>");
lst.push("<p style=\"font-size:1.2em; margin-top:0.5em;\">");
lst.push("<a href=\""+aurl+"\" target=\"_blank\" class=\"clickable\" >photopea.com#t"+tempID(tpl)+"</a>"); lst.push("<br/>");
lst.push("</p>");
}
else {
//var p = makeNode("span"); p.textContent = tpl[5]+"/"+tpl[6]; //ict.appendChild(p);
//p.setAttribute("style","display:inline-block; right:4px; bottom:8px; padding:0px 4px; position:absolute; background:white;");
}
lst.push("</div>"); // cmt
lst.push("</div>");
}
function printDate(d) {
var dt = new Date(d*1000);
var mon = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"][dt.getMonth()];
return mon+" "+(dt.getDate())+", "+dt.getFullYear();
}
function printNum(f) { return f.toLocaleString('en-US', {maximumFractionDigits:2}); }
function tempID(tpl) { return tpl[2].split("").reverse().join(""); }
function isWhite(c) { return c==" " || c=="\n" || c=="\t"; }
function findLinks(str) {
//return str;
var iod = -1;
for(var i=0; i<str.length-1; i++) if(str[i]=="." && !isWhite(str[i+1])) iod=i;
if(iod!=-1) {
var i0=iod, i1=iod;
while(i0>0 && !isWhite(str[i0])) i0--;
while(i1<str.length-1 && !isWhite(str[i1])) i1++;
if(str[i0]==" ") i0++; if(str[i1]==" ") i1--;
var mid = str.slice(i0,i1+1), url=mid;
if(url.indexOf("//")==-1) url="//"+url;
str = str.slice(0,i0)+"<a href=\""+url+"\" target=\"_blank\">"+mid+"</a>"+str.slice(i1+1);
}
return str//.replaceAll("\n","<br/>");
}
function escapeHtml(unsafe) {
return unsafe
.replace(/&/g, "&amp;")
.replace(/</g, "&lt;")
.replace(/>/g, "&gt;")
.replace(/"/g, "&quot;")
.replace(/'/g, "&#039;");
}
function getCatCounts(tps) {
var list = tps.list, cts=tps.categories;
var ccnt = JSON.parse(JSON.stringify(cts));
for(var cat in ccnt) ccnt[cat]=0;
for(var i=0; i<list.length; i++) {
var tpl = list[i], cat=tpl[4], pcat=cat-(cat%10);
ccnt["c"+cat]++; if(cat!=pcat) ccnt["c"+pcat]++;
}
return ccnt;
}
function getCats(tps, curr,out) {
var cts=tps.categories, ccnt = getCatCounts(tps);
out.push("<span class=\"cat_title\">CATEGORIES</span>");
for(var cat in cts) {
if(ccnt[cat]==0) continue;
var cw = parseInt(cat.slice(1)), isTop = (cw%10)==0; //console.log(cw);
out.push("<div class=\"cat"+(isTop?" top":"") + (cw==curr?" blue":"")+" clickable\" onclick=\"catClicked("+cw+")\">");
out.push(cts[cat]);
out.push("<span class=\"count\">"+ccnt[cat]+"</span>");
out.push("</div>");
}
}
function cost0(v) {
var age = (Date.now()*0.001 - v[1]) / (60*60*24); // age in days
var cst = v[6] / age; // usages per day
var ext = 20*Math.pow(Math.PI,-age*0.5);
//console.log(age,cst,ext)
return cst+ext;
/*
var ts = Math.max(0, v[1]-1134028003);
var x = v[6];
var y = 1;
var z = Math.max(1,Math.abs(x));
return getBaseLog(10, z) + (y*ts/45000); // 45000
*/
}
function cost1(v) { return v[1]; }
function cost2(v) { return v[6]; }
//function getBaseLog(x, y) { return Math.log(y) / Math.log(x); }

View File

@ -1,236 +0,0 @@

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" />
<link rel="stylesheet" href="templates.css" />
<title>PSD Templates</title>
<meta name="description" content="Free PSD Templates">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4249565-47"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-4249565-47'); </script>
<script src="templates.js"></script>
<script>
var tpls, IFR=false, TYPE=0, RSRC=[], OTPLS;
var ccat = -1, caut = -1, citm = -1, ordr = 0, cscr = 0; // current scroll
var lo=localStorage.getItem("ordr"); if(lo) lo=JSON.parse(lo); if(lo && lo[1]>Date.now()-30000) ordr=lo[0];
var cont, cats, search, back, itms, kwds, add_link;
function clearNode(node) { while(node.firstChild) node.removeChild(node.firstChild); }
function isDisplayed(nd) { while(true) { if(nd==document) return true; if(nd==null) return false; nd=nd.parentNode; } }
function go() {
cont = document.getElementById("cont");
cats = document.getElementById("cats");
kwds = document.getElementById("kwds");
search = document.getElementById("search");
back = document.getElementById("back"); cont.removeChild(back);
itms = document.getElementById("itms");
add_link = document.getElementById("add_link");
window.addEventListener("resize",onResize,false); onResize();
var request = new XMLHttpRequest();
request.open("GET", "../papi/tpls.json?r="+Date.now(), true);
request.onload = imgsLoaded;
request.onerror = function(e) { console.log(e.target.response); }
request.send();
if(Math.random()<0.01) {
var request = new XMLHttpRequest();
request.open("GET", "../papi/img/reduce.php", true);
request.send();
}
if(Math.random()<0.01) {
var request = new XMLHttpRequest();
request.open("GET", "https://www.photopea.com/papi/updateTemplates.php", true);
request.send();
}
window.onbeforeunload = trackScroll;
}
function trackScroll() { var scrl=[Date.now(),ccat,caut,itms.scrollTop]; if(citm==-1) localStorage.setItem("scrl",JSON.stringify(scrl)); }
function onResize() {
if(tpls) updateView();
}
function imgsLoaded(e) {
var hr=window.location.href, sch = hr.slice(hr.indexOf("/templates")+11);
var uprt = sch.split("?");
if(uprt[1]) {
var prts=uprt[1].split("&");
for(var i=0; i<prts.length; i++) {
var kv=prts[i].split("=");
if(kv[0]=="type") TYPE=parseInt(kv[1]);
else if(kv[0]=="rsrc") RSRC=kv[1].length==0 ? [] : kv[1].split(",");
//else console.log(kv);
}
}
IFR = window.top!=window.self;
OTPLS = JSON.parse(e.target.response);
tpls = JSON.parse(e.target.response);
tpls.categories = tpls.categories[TYPE];
for(var i=0; i<tpls.list.length; i++) if(tpls.list[i][0]!=TYPE) { tpls.list.splice(i,1); i--; }
rebuild(sch, true);
}
function rebuild(sch, firstTime) {
console.log(sch);
if(!firstTime) trackScroll();
citm=-1;
if(caut<-1) caut=-1;
if(sch[0]=="-") {
if(sch[1]=="a") caut=-1;
if(sch[1]=="c") ccat=-1;
}
else if(sch!="") {
var ci = sch.slice(2).split("?")[0].split("&")[0]; // Facebook might add "?" parameters
if(sch[0]=="c") {
var cts=tpls["categories"];
for(var c in cts) if(toCat(cts[c])==ci) ccat=parseInt(c.slice(1));
}
if(sch[0]=="t") {
var lst=tpls["list"];
for(var i=0; i<lst.length; i++) if(tempID(lst[i])==ci) citm = i;
}
if(sch[0]=="a") {
var lst=tpls["authors"];
for(var i=0; i<lst.length; i++) if(lst[i][0]==ci) caut = i;
}
if(sch=="authors" ) caut=-2;
if(sch=="installed") caut=-3;
}
console.log(citm,caut);
var tit="PSD Templates";
if(ccat!=-1) tit=tpls.categories["c"+ccat] + " | "+tit;
if (caut==-2) tit="Top Authors";
else if(caut==-3) tit="Installed";
else if(caut!=-1) tit="By "+tpls.authors [caut][ 1] + " | "+tit;
if(citm!=-1) tit=tpls.list [citm][ 9] + " | "+tit;
if(citm!=-1) document.head.children.namedItem("description").content = tpls.list[citm][9];
document.title = tit;
updateView();
itms.scrollTop="0";
var scrl = localStorage.getItem("scrl");
if(scrl) {
scrl=JSON.parse(scrl); if(scrl.length==null) return;
if(citm==-1 && Date.now()-scrl[0]<60e3 && scrl[1]==ccat && scrl[2]==caut) itms.scrollTop = scrl[3];
}
}
function updateView() {
var w = window.innerWidth, h=window.innerHeight;
itms.style.height=(h-90)+"px";
cats.style.height=(h- 1)+"px";
add_link.style.display=(false?"none":"inline-block");
add_link.textContent = TYPE==0 ? "Add your own template!" : (TYPE==1 ? "Add your own plugin!":"");
add_link.setAttribute("href",
TYPE==0 ? "//www.photopea.com/tuts/publish-your-psd-templates-in-photopea/" : "//www.photopea.com/api/plugins");
var tpl=citm!=-1 ? tpls.list[citm]:null;
var comp;
if(ordr==0) comp=function(a,b) {return cost0(b)-cost0(a);}
if(ordr==1) comp=function(a,b) {return cost1(b)-cost1(a);}
if(ordr==2) comp=function(a,b) {return cost2(b)-cost2(a);}
tpls.list.sort(comp);
if(tpl) citm=tpls.list.indexOf(tpl);
if(citm==-1 && !isDisplayed(search)) { clearNode(cont); cont.appendChild(search); cont.appendChild(itms); }
if(citm!=-1) { clearNode(cont); cont.appendChild(back); cont.appendChild(itms); }
clearNode(itms);
var twds = kwds.value.trim().toLowerCase(), wds=twds.split(/[ ,]+/);
var out = [];
if (caut==-2) printAuthors (tpls, out);
else if(caut==-3) printInstalled(tpls, out);
else makeView(tpls,out,twds,wds,ccat,caut,citm);
itms.innerHTML=out.join("\n");
var out = [];
getCats(tpls,ccat,out);
cats.innerHTML = out.join("\n");
if(citm==-1) {
var ords = document.getElementsByClassName("order");
for(var i=0; i<3; i++) ords[i].setAttribute("class", "order"+(i==ordr ? " blue":""));
}
}
function backClicked(e) {
if(IFR) rebuild("");
else history.back();
/*
citm = -1;
updateView();
itms.scrollTo(0,cscr); */
}
function itemClicked(id) {
if(IFR) {
if(id==null) id = tpls.list[citm][3];
var ii=RSRC.indexOf(id);
var msg = "--ot "+id;
if(TYPE!=0) {
if(ii==-1) RSRC.push(id); else RSRC.splice(ii,1);
msg = "--ur "+RSRC.join(",");
updateView();
}
window.parent.postMessage(msg);
}
else window.open("//www.Photopea.com#t"+tempID(tpls.list[citm]));
}
function catClicked(nc) {
if(nc==ccat) ccat=-1;
else ccat=nc;
citm=-1;
updateView();
}
function setOrder(ord) {
ordr=ord; localStorage.setItem("ordr",JSON.stringify([ordr, Date.now()]));
updateView();
itms.scrollTo(0,0);
}
var __time=0;
function labelClicked(e) {
var ot = __time; __time=Date.now(); if(__time-ot>200) return;
var ci = tpls.list[citm];
var str=tpls.authors[ci[1]][0]+","+ci[3];
if(window.parent) window.parent.postMessage("--et "+str,"*");
//alert(str);
}
</script>
</head>
<body onload="go()" class="flexrow">
<div id="cats" class="scrollable">
</div>
<div id="cont">
<div id="search">
<span onclick="setOrder(0)" class="order blue">Hot</span>
<span onclick="setOrder(1)" class="order">New</span>
<span onclick="setOrder(2)" class="order" style="margin-right:2em">Top</span>
<span style="display:inline-block">
<label>Search:</label> <input type="text" id="kwds" oninput="updateView()" style="margin-right:1.5em;"></input>
</span>
<a id="add_link" href="//www.photopea.com/tuts/publish-your-psd-templates-in-photopea/" target="_blank">Add your own template!</a>
</div>
<div id="back">
<span class="back" onclick="backClicked()">&lt; Back</span>
</div>
<div id="itms" class="scrollable"></div>
</div>
</body>
</html>

View File

@ -1,236 +0,0 @@

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" />
<link rel="stylesheet" href="templates.css" />
<title>PSD Templates</title>
<meta name="description" content="Free PSD Templates">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4249565-47"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-4249565-47'); </script>
<script src="templates.js"></script>
<script>
var tpls, IFR=false, TYPE=0, RSRC=[], OTPLS;
var ccat = -1, caut = -1, citm = -1, ordr = 0, cscr = 0; // current scroll
var lo=localStorage.getItem("ordr"); if(lo) lo=JSON.parse(lo); if(lo && lo[1]>Date.now()-30000) ordr=lo[0];
var cont, cats, search, back, itms, kwds, add_link;
function clearNode(node) { while(node.firstChild) node.removeChild(node.firstChild); }
function isDisplayed(nd) { while(true) { if(nd==document) return true; if(nd==null) return false; nd=nd.parentNode; } }
function go() {
cont = document.getElementById("cont");
cats = document.getElementById("cats");
kwds = document.getElementById("kwds");
search = document.getElementById("search");
back = document.getElementById("back"); cont.removeChild(back);
itms = document.getElementById("itms");
add_link = document.getElementById("add_link");
window.addEventListener("resize",onResize,false); onResize();
var request = new XMLHttpRequest();
request.open("GET", "../papi/tpls.json?r="+Date.now(), true);
request.onload = imgsLoaded;
request.onerror = function(e) { console.log(e.target.response); }
request.send();
if(Math.random()<0.01) {
var request = new XMLHttpRequest();
request.open("GET", "../papi/img/reduce.php", true);
request.send();
}
if(Math.random()<0.01) {
var request = new XMLHttpRequest();
request.open("GET", "https://www.photopea.com/papi/updateTemplates.php", true);
request.send();
}
window.onbeforeunload = trackScroll;
}
function trackScroll() { var scrl=[Date.now(),ccat,caut,itms.scrollTop]; if(citm==-1) localStorage.setItem("scrl",JSON.stringify(scrl)); }
function onResize() {
if(tpls) updateView();
}
function imgsLoaded(e) {
var hr=window.location.href, sch = hr.slice(hr.indexOf("/templates")+11);
var uprt = sch.split("?");
if(uprt[1]) {
var prts=uprt[1].split("&");
for(var i=0; i<prts.length; i++) {
var kv=prts[i].split("=");
if(kv[0]=="type") TYPE=parseInt(kv[1]);
else if(kv[0]=="rsrc") RSRC=kv[1].length==0 ? [] : kv[1].split(",");
//else console.log(kv);
}
}
IFR = window.top!=window.self;
OTPLS = JSON.parse(e.target.response);
tpls = JSON.parse(e.target.response);
tpls.categories = tpls.categories[TYPE];
for(var i=0; i<tpls.list.length; i++) if(tpls.list[i][0]!=TYPE) { tpls.list.splice(i,1); i--; }
rebuild(sch, true);
}
function rebuild(sch, firstTime) {
console.log(sch);
if(!firstTime) trackScroll();
citm=-1;
if(caut<-1) caut=-1;
if(sch[0]=="-") {
if(sch[1]=="a") caut=-1;
if(sch[1]=="c") ccat=-1;
}
else if(sch!="") {
var ci = sch.slice(2).split("?")[0].split("&")[0]; // Facebook might add "?" parameters
if(sch[0]=="c") {
var cts=tpls["categories"];
for(var c in cts) if(toCat(cts[c])==ci) ccat=parseInt(c.slice(1));
}
if(sch[0]=="t") {
var lst=tpls["list"];
for(var i=0; i<lst.length; i++) if(tempID(lst[i])==ci) citm = i;
}
if(sch[0]=="a") {
var lst=tpls["authors"];
for(var i=0; i<lst.length; i++) if(lst[i][0]==ci) caut = i;
}
if(sch=="authors" ) caut=-2;
if(sch=="installed") caut=-3;
}
console.log(citm,caut);
var tit="PSD Templates";
if(ccat!=-1) tit=tpls.categories["c"+ccat] + " | "+tit;
if (caut==-2) tit="Top Authors";
else if(caut==-3) tit="Installed";
else if(caut!=-1) tit="By "+tpls.authors [caut][ 1] + " | "+tit;
if(citm!=-1) tit=tpls.list [citm][ 9] + " | "+tit;
if(citm!=-1) document.head.children.namedItem("description").content = tpls.list[citm][9];
document.title = tit;
updateView();
itms.scrollTop="0";
var scrl = localStorage.getItem("scrl");
if(scrl) {
scrl=JSON.parse(scrl); if(scrl.length==null) return;
if(citm==-1 && Date.now()-scrl[0]<60e3 && scrl[1]==ccat && scrl[2]==caut) itms.scrollTop = scrl[3];
}
}
function updateView() {
var w = window.innerWidth, h=window.innerHeight;
itms.style.height=(h-90)+"px";
cats.style.height=(h- 1)+"px";
add_link.style.display=(false?"none":"inline-block");
add_link.textContent = TYPE==0 ? "Add your own template!" : (TYPE==1 ? "Add your own plugin!":"");
add_link.setAttribute("href",
TYPE==0 ? "//www.photopea.com/tuts/publish-your-psd-templates-in-photopea/" : "//www.photopea.com/api/plugins");
var tpl=citm!=-1 ? tpls.list[citm]:null;
var comp;
if(ordr==0) comp=function(a,b) {return cost0(b)-cost0(a);}
if(ordr==1) comp=function(a,b) {return cost1(b)-cost1(a);}
if(ordr==2) comp=function(a,b) {return cost2(b)-cost2(a);}
tpls.list.sort(comp);
if(tpl) citm=tpls.list.indexOf(tpl);
if(citm==-1 && !isDisplayed(search)) { clearNode(cont); cont.appendChild(search); cont.appendChild(itms); }
if(citm!=-1) { clearNode(cont); cont.appendChild(back); cont.appendChild(itms); }
clearNode(itms);
var twds = kwds.value.trim().toLowerCase(), wds=twds.split(/[ ,]+/);
var out = [];
if (caut==-2) printAuthors (tpls, out);
else if(caut==-3) printInstalled(tpls, out);
else makeView(tpls,out,twds,wds,ccat,caut,citm);
itms.innerHTML=out.join("\n");
var out = [];
getCats(tpls,ccat,out);
cats.innerHTML = out.join("\n");
if(citm==-1) {
var ords = document.getElementsByClassName("order");
for(var i=0; i<3; i++) ords[i].setAttribute("class", "order"+(i==ordr ? " blue":""));
}
}
function backClicked(e) {
if(IFR) rebuild("");
else history.back();
/*
citm = -1;
updateView();
itms.scrollTo(0,cscr); */
}
function itemClicked(id) {
if(IFR) {
if(id==null) id = tpls.list[citm][3];
var ii=RSRC.indexOf(id);
var msg = "--ot "+id;
if(TYPE!=0) {
if(ii==-1) RSRC.push(id); else RSRC.splice(ii,1);
msg = "--ur "+RSRC.join(",");
updateView();
}
window.parent.postMessage(msg);
}
else window.open("//www.Photopea.com#t"+tempID(tpls.list[citm]));
}
function catClicked(nc) {
if(nc==ccat) ccat=-1;
else ccat=nc;
citm=-1;
updateView();
}
function setOrder(ord) {
ordr=ord; localStorage.setItem("ordr",JSON.stringify([ordr, Date.now()]));
updateView();
itms.scrollTo(0,0);
}
var __time=0;
function labelClicked(e) {
var ot = __time; __time=Date.now(); if(__time-ot>200) return;
var ci = tpls.list[citm];
var str=tpls.authors[ci[1]][0]+","+ci[3];
if(window.parent) window.parent.postMessage("--et "+str,"*");
//alert(str);
}
</script>
</head>
<body onload="go()" class="flexrow">
<div id="cats" class="scrollable">
</div>
<div id="cont">
<div id="search">
<span onclick="setOrder(0)" class="order blue">Hot</span>
<span onclick="setOrder(1)" class="order">New</span>
<span onclick="setOrder(2)" class="order" style="margin-right:2em">Top</span>
<span style="display:inline-block">
<label>Search:</label> <input type="text" id="kwds" oninput="updateView()" style="margin-right:1.5em;"></input>
</span>
<a id="add_link" href="//www.photopea.com/tuts/publish-your-psd-templates-in-photopea/" target="_blank">Add your own template!</a>
</div>
<div id="back">
<span class="back" onclick="backClicked()">&lt; Back</span>
</div>
<div id="itms" class="scrollable"></div>
</div>
</body>
</html>

View File

@ -1,236 +0,0 @@

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" />
<link rel="stylesheet" href="templates.css" />
<title>PSD Templates</title>
<meta name="description" content="Free PSD Templates">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4249565-47"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-4249565-47'); </script>
<script src="templates.js"></script>
<script>
var tpls, IFR=false, TYPE=0, RSRC=[], OTPLS;
var ccat = -1, caut = -1, citm = -1, ordr = 0, cscr = 0; // current scroll
var lo=localStorage.getItem("ordr"); if(lo) lo=JSON.parse(lo); if(lo && lo[1]>Date.now()-30000) ordr=lo[0];
var cont, cats, search, back, itms, kwds, add_link;
function clearNode(node) { while(node.firstChild) node.removeChild(node.firstChild); }
function isDisplayed(nd) { while(true) { if(nd==document) return true; if(nd==null) return false; nd=nd.parentNode; } }
function go() {
cont = document.getElementById("cont");
cats = document.getElementById("cats");
kwds = document.getElementById("kwds");
search = document.getElementById("search");
back = document.getElementById("back"); cont.removeChild(back);
itms = document.getElementById("itms");
add_link = document.getElementById("add_link");
window.addEventListener("resize",onResize,false); onResize();
var request = new XMLHttpRequest();
request.open("GET", "../papi/tpls.json?r="+Date.now(), true);
request.onload = imgsLoaded;
request.onerror = function(e) { console.log(e.target.response); }
request.send();
if(Math.random()<0.01) {
var request = new XMLHttpRequest();
request.open("GET", "../papi/img/reduce.php", true);
request.send();
}
if(Math.random()<0.01) {
var request = new XMLHttpRequest();
request.open("GET", "https://www.photopea.com/papi/updateTemplates.php", true);
request.send();
}
window.onbeforeunload = trackScroll;
}
function trackScroll() { var scrl=[Date.now(),ccat,caut,itms.scrollTop]; if(citm==-1) localStorage.setItem("scrl",JSON.stringify(scrl)); }
function onResize() {
if(tpls) updateView();
}
function imgsLoaded(e) {
var hr=window.location.href, sch = hr.slice(hr.indexOf("/templates")+11);
var uprt = sch.split("?");
if(uprt[1]) {
var prts=uprt[1].split("&");
for(var i=0; i<prts.length; i++) {
var kv=prts[i].split("=");
if(kv[0]=="type") TYPE=parseInt(kv[1]);
else if(kv[0]=="rsrc") RSRC=kv[1].length==0 ? [] : kv[1].split(",");
//else console.log(kv);
}
}
IFR = window.top!=window.self;
OTPLS = JSON.parse(e.target.response);
tpls = JSON.parse(e.target.response);
tpls.categories = tpls.categories[TYPE];
for(var i=0; i<tpls.list.length; i++) if(tpls.list[i][0]!=TYPE) { tpls.list.splice(i,1); i--; }
rebuild(sch, true);
}
function rebuild(sch, firstTime) {
console.log(sch);
if(!firstTime) trackScroll();
citm=-1;
if(caut<-1) caut=-1;
if(sch[0]=="-") {
if(sch[1]=="a") caut=-1;
if(sch[1]=="c") ccat=-1;
}
else if(sch!="") {
var ci = sch.slice(2).split("?")[0].split("&")[0]; // Facebook might add "?" parameters
if(sch[0]=="c") {
var cts=tpls["categories"];
for(var c in cts) if(toCat(cts[c])==ci) ccat=parseInt(c.slice(1));
}
if(sch[0]=="t") {
var lst=tpls["list"];
for(var i=0; i<lst.length; i++) if(tempID(lst[i])==ci) citm = i;
}
if(sch[0]=="a") {
var lst=tpls["authors"];
for(var i=0; i<lst.length; i++) if(lst[i][0]==ci) caut = i;
}
if(sch=="authors" ) caut=-2;
if(sch=="installed") caut=-3;
}
console.log(citm,caut);
var tit="PSD Templates";
if(ccat!=-1) tit=tpls.categories["c"+ccat] + " | "+tit;
if (caut==-2) tit="Top Authors";
else if(caut==-3) tit="Installed";
else if(caut!=-1) tit="By "+tpls.authors [caut][ 1] + " | "+tit;
if(citm!=-1) tit=tpls.list [citm][ 9] + " | "+tit;
if(citm!=-1) document.head.children.namedItem("description").content = tpls.list[citm][9];
document.title = tit;
updateView();
itms.scrollTop="0";
var scrl = localStorage.getItem("scrl");
if(scrl) {
scrl=JSON.parse(scrl); if(scrl.length==null) return;
if(citm==-1 && Date.now()-scrl[0]<60e3 && scrl[1]==ccat && scrl[2]==caut) itms.scrollTop = scrl[3];
}
}
function updateView() {
var w = window.innerWidth, h=window.innerHeight;
itms.style.height=(h-90)+"px";
cats.style.height=(h- 1)+"px";
add_link.style.display=(false?"none":"inline-block");
add_link.textContent = TYPE==0 ? "Add your own template!" : (TYPE==1 ? "Add your own plugin!":"");
add_link.setAttribute("href",
TYPE==0 ? "//www.photopea.com/tuts/publish-your-psd-templates-in-photopea/" : "//www.photopea.com/api/plugins");
var tpl=citm!=-1 ? tpls.list[citm]:null;
var comp;
if(ordr==0) comp=function(a,b) {return cost0(b)-cost0(a);}
if(ordr==1) comp=function(a,b) {return cost1(b)-cost1(a);}
if(ordr==2) comp=function(a,b) {return cost2(b)-cost2(a);}
tpls.list.sort(comp);
if(tpl) citm=tpls.list.indexOf(tpl);
if(citm==-1 && !isDisplayed(search)) { clearNode(cont); cont.appendChild(search); cont.appendChild(itms); }
if(citm!=-1) { clearNode(cont); cont.appendChild(back); cont.appendChild(itms); }
clearNode(itms);
var twds = kwds.value.trim().toLowerCase(), wds=twds.split(/[ ,]+/);
var out = [];
if (caut==-2) printAuthors (tpls, out);
else if(caut==-3) printInstalled(tpls, out);
else makeView(tpls,out,twds,wds,ccat,caut,citm);
itms.innerHTML=out.join("\n");
var out = [];
getCats(tpls,ccat,out);
cats.innerHTML = out.join("\n");
if(citm==-1) {
var ords = document.getElementsByClassName("order");
for(var i=0; i<3; i++) ords[i].setAttribute("class", "order"+(i==ordr ? " blue":""));
}
}
function backClicked(e) {
if(IFR) rebuild("");
else history.back();
/*
citm = -1;
updateView();
itms.scrollTo(0,cscr); */
}
function itemClicked(id) {
if(IFR) {
if(id==null) id = tpls.list[citm][3];
var ii=RSRC.indexOf(id);
var msg = "--ot "+id;
if(TYPE!=0) {
if(ii==-1) RSRC.push(id); else RSRC.splice(ii,1);
msg = "--ur "+RSRC.join(",");
updateView();
}
window.parent.postMessage(msg);
}
else window.open("//www.Photopea.com#t"+tempID(tpls.list[citm]));
}
function catClicked(nc) {
if(nc==ccat) ccat=-1;
else ccat=nc;
citm=-1;
updateView();
}
function setOrder(ord) {
ordr=ord; localStorage.setItem("ordr",JSON.stringify([ordr, Date.now()]));
updateView();
itms.scrollTo(0,0);
}
var __time=0;
function labelClicked(e) {
var ot = __time; __time=Date.now(); if(__time-ot>200) return;
var ci = tpls.list[citm];
var str=tpls.authors[ci[1]][0]+","+ci[3];
if(window.parent) window.parent.postMessage("--et "+str,"*");
//alert(str);
}
</script>
</head>
<body onload="go()" class="flexrow">
<div id="cats" class="scrollable">
</div>
<div id="cont">
<div id="search">
<span onclick="setOrder(0)" class="order blue">Hot</span>
<span onclick="setOrder(1)" class="order">New</span>
<span onclick="setOrder(2)" class="order" style="margin-right:2em">Top</span>
<span style="display:inline-block">
<label>Search:</label> <input type="text" id="kwds" oninput="updateView()" style="margin-right:1.5em;"></input>
</span>
<a id="add_link" href="//www.photopea.com/tuts/publish-your-psd-templates-in-photopea/" target="_blank">Add your own template!</a>
</div>
<div id="back">
<span class="back" onclick="backClicked()">&lt; Back</span>
</div>
<div id="itms" class="scrollable"></div>
</div>
</body>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.