Join in on the Letters to My World craze. To get started, simply follow these easy steps:
- Click Make Your Postcard button below.
- Add text and stickers to your postcard to customize it.
- Press Save and then Close
- Right-click on your saved picture and download it to your computer.
var featherEditor = new Aviary.Feather({
apiKey: ‘6c714ed73’,
apiVersion: 2,
tools: ‘text,draw,stickers,effects’,
appendTo: ”,
onSave: function(imageID, newURL) {
var img = document.getElementById(imageID);
img.src = newURL;
}
});
function launchEditor(id, src) {
featherEditor.launch({
image: id,
url: src
});
return false;
}
Finished?
To download your postcard, right-click on the image and save it.