image-editor
install
git clone --depth=1 https://github.com/andrepv/image-editor
cd image-editor
nvm install 16.20.0
nvm use 16.20.0
npm install
npm run build
usage
serve -s build -l 4321
# pm2 serve build 4321 --name image-editor --watch --spa