1

Is there any way to execute command with Aviary/Feather? E.g. let's say I want to edit an image but first I want to crop it via JavaScript (instead of relying on the user to crop it to my specific ratio). I know I can set the allowed crop ratios but I'd like a way to do this automatically and ensure the crop is applied by default.

Ash Ryan Arnwine
  • 1,471
  • 1
  • 11
  • 27
Josh M.
  • 26,437
  • 24
  • 119
  • 200

1 Answers1

1

Programmatic edits are not currently possible with the Image Editor. The use paradigm is:

  1. Configure the Image Editor
  2. Launch the Image Editor and pass in an image
  3. Receive the resulting edited image
Ash Ryan Arnwine
  • 1,471
  • 1
  • 11
  • 27