photopea
Reactive icon

Photopea

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 24 August 2024
 by 
5.0
 (1 rating)
photopea

Photopea

Documentation
1.0.1

How to use

  1. Set up an API to fetch the binary data of the file:
  2. If you want the file to be editable, set up an API to save the file (it is also important to use the arrange binary action, since the binary that Photopea sends has a bit more info that needs to be adapted to work with OS logic):
  3. Drag and drop the Photopea web block into a page;
  4. In the structures, you will see files as a list, add the files you want Photopea to open on that list (as an URL);
  5. On the server structure, set up as indicated below (Only tested and made logic for PNG file type):
  6. Photopea should now be working for you.

I have not fully tested it, so, if you come across any issues, feel free to send me a message on the forums or by dm.


1.0.0

How to use

  1. Set up an API to fetch the binary data of the file:
  2. If you want the file to be editable, set up an API to save the file (it is also important to use the arrange binary action, since the binary that Photopea sends has a bit more info that needs to be adapted to work with OS logic):
  3. Drag and drop the Photopea web block into a page;
  4. In the structures, you will see files as a list, add the files you want Photopea to open on that list (as an URL);
  5. On the server structure, set up as indicated below (Only tested and made logic for PNG file type):
  6. Photopea should now be working for you.

I have not fully tested it, so, if you come across any issues, feel free to send me a message on the forums or by dm.