ubik23 / charactercreator

A frontend interface for creating characters in SVG.
Other
302 stars 78 forks source link

Run on simple web host #189

Open spikepower opened 3 years ago

spikepower commented 3 years ago

I installed the script on my PC and I just uploaded from prod folder all files. The script works ok but when I try to download photo in png it's just a blank picture. (POST http://test.domain.com/convert/png 404 (Not Found))

What could I do? I don't want to use a vps with nodejs, just a simple webhosting.

ubik23 commented 3 years ago

The 'start' script is required for downloads ('npm run start'), if you don't want to run node, you'll have the use the online version at charactercreator.org

spikepower commented 3 years ago

I want to use this script for user avatars. I could integrate a frame with charactercreator.org but the site is running slow in my country. (Average = 241ms) Can I add a php converter?

ubik23 commented 3 years ago

The only downloads that work from the front end is the SVG download, the rest require chromium which is handled by node.