django-daguerre
django-daguerre copied to clipboard
Simple Javascript API
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) {
...
}
);