v8.89.2

Can I run Pintura on a server?

Pintura requires a browser environment to run. It cannot run on a NodeJS server as that environment doesn't export the required browser APIs.

It is however possible to run Pintura on a server by running it in a headless browser like for example Chrome Headless mode.

You can then use processImage and processDefaultImage to process images without loading the Pintura user interface.