// find elements var titleField = $("#img-title"); var descField = $("#img-desc"); var isPrivate = $("#img-private"); var button = $("#img-send"); var preview = $("#preview"); var ctx = preview[0].getContext('2d'); var dataBlob = ""; // setup clipboard set-text functionality! function fallbackCopyTextToClipboard(text) { var textArea = document.createElement("textarea"); textArea.value = text; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { var successful = document.execCommand('copy'); var msg = successful ? 'successful' : 'unsuccessful'; console.log('Fallback: Copying text command was ' + msg); } catch (err) { console.error('Fallback: Oops, unable to copy', err); } document.body.removeChild(textArea); } function copyTextToClipboard(text) { if (!navigator.clipboard) { fallbackCopyTextToClipboard(text); return; } navigator.clipboard.writeText(text).then(function() { console.log('Async: Copying to cli

// find elements var titleField = $("#img-title"); var descField = $("#img-desc"); var isPrivate = $("#img-private"); var button = $("#img-send"); var preview = $("#preview");  var ctx = preview[0].getContext('2d'); var dataBlob = "";  // setup clipboard set-text functionality! function fallbackCopyTextToClipboard(text) {   var textArea = document.createElement("textarea");   textArea.value = text;   document.body.appendChild(textArea);   textArea.focus();   textArea.select();    try {     var successful = document.execCommand('copy');     var msg = successful ? 'successful' : 'unsuccessful';     console.log('Fallback: Copying text command was ' + msg);   } catch (err) {     console.error('Fallback: Oops, unable to copy', err);   }    document.body.removeChild(textArea); } function copyTextToClipboard(text) {   if (!navigator.clipboard) {     fallbackCopyTextToClipboard(text);     return;   }   navigator.clipboard.writeText(text).then(function() {     console.log('Async: Copying to cli

direct image link | download PNG | edit this image | share on r/pam

Description: ... | It's Justin... The "man", behind Terrie... | Happiness: 0% | Loneliness: 0% | Rage: 0% | Sadness: 0% | Boredom: 0% |


CREATOR ID: 95be89
VIEWS: 40
AGE: 6 years old
BASED ON:

PIXEL ART GALLERY
PIXEL ART COMMUNITY
AI Pixel Art Generator
AI Painting Generator