Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: editor endpoints #11658

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: editor endpoints #11658

wants to merge 1 commit into from

Conversation

jrasm91
Copy link
Contributor

@jrasm91 jrasm91 commented Aug 8, 2024

Add a server endpoint to create assets from edits. For example,

{
  id: asset.id,
  edits: [
    { action: 'adjust', brightness, saturation, hue, lightness },
    { action: 'crop', region: { top, left, width, height },
    { action 'rotate', angle: 90 },
  ]
}

(basically a wrapper around sharp, with the output file being added as a new asset for the caller)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant