django-daguerre icon indicating copy to clipboard operation
django-daguerre copied to clipboard

Simple Javascript API

Open harrislapiroff opened this issue 10 years ago • 0 comments

Might be nice to write a small javascript to simplify the process of requesting images dynamically. Something with an API like:

request_image(
    storage_path,
    {
        adjustment: [args],
        adjustment2: [args]
    },
    function callback (info_obj) {
        ...
    }
);

harrislapiroff avatar Mar 17 '14 16:03 harrislapiroff