Skip to content

Simple Javascript API #58

@harrislapiroff

Description

@harrislapiroff

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) {
        ...
    }
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions