Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masreplay/html-to-image

Get s3 url from html file using node express
https://github.com/masreplay/html-to-image

express html js nodejs puppeteer s3

Last synced: 21 days ago
JSON representation

Get s3 url from html file using node express

Awesome Lists containing this project

README

        

# html-to-image > -> 🖼️

- Send html file
- Process file with puppeteer
- Send file to s3
- Return file url

## Run production
```
pm2 start npm -- start
```
or
```
docker-compose up
```