saveAs Object
Sets the saveAs options for the save command. Utilizes the kendo.saveAs method.
Example
<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
imageUrl: "https://demos.telerik.com/kendo-ui/content/shared/images/photos/2.jpg",
saveAs: {
fileName: "download.png"
}
});
</script>