Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/masreplay/html-to-image
- Owner: masreplay
- Created: 2022-01-14T17:18:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T10:30:06.000Z (over 2 years ago)
- Last Synced: 2023-02-23T23:04:24.194Z (over 1 year ago)
- Topics: express, html, js, nodejs, puppeteer, s3
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```