Present your app users with a rich graphic design studio instead of some boring form inputs
Don't worry about maintenance and extra hosting. We handle it
No more downtime. Our editor and API services are always online
Unlimited User With Upto 1TB storage space for uploads
Integrate into all kind of app and sell to your users
Grant access to unlimited users through your app authentication
No new window or redirection. Design editor open on same page
Accessible from all subdomain within your parent app domain
Your users gets access to new design templates
Interact and control design editor through URL parameters
Faster image manipulation in batch. Supports up to 50 images at once.
With few lines of code, create designs and mockups instantly
Integrate the editor into your app/website with a few lines of code. Our Javascript SDK allows you to launch and interact with the editor from your app. With rich documentation and demo scripts, we make it easy to build advanced apps.
<script type="text/javascript" src="https://designeditor-as-service.cloud/platform/sdk.js?domain=your.domain.com"></script>
const coversize = '820x312'; DesignStudioPlatform.logInEditor(userid,{'size':coversize}).then(function(response){ //Make sure we are gettig the expected dimension; if(response.size !==size){ alert('Cover design must be of dimension '+coversize); return; } //Send info to server using Ajax let info = {'user_id':userid,'designID':response.id}; xhr = new XMLHttpRequest(); xhr.open('POST',location.href); xhr.send(new URLSearchParams(info)) })
{ "result": { "id": "cHhlMElaeVllSDNKQ21LQlZnTmt5QT09", "title": "Untitled project", "size": "1200x900", "animated": false, "duration": 0, "preview": "https://designeditor-as-service.cloud/cdn/preview/cHhlMElaeVllSDNKQ21LQlZnTmt5QT09.jpg", "download": { "png": "https://designeditor-as-service.cloud/cdn/export/cHhlMElaeVllSDNKQ21LQlZnTmt5QT09.png", "jpg": "https://designeditor-as-service.cloud/cdn/export/cHhlMElaeVllSDNKQ21LQlZnTmt5QT09.jpg" } } }