Serverless service that generates dynamic Open Graph images for Discord Embed. For each keystroke, headless chromium is used to render an HTML page and take a screenshot of the result which gets cached.
- Clone the repo
- Run
npm install
- Run
npm install -g now
- Fill out
.env.sample
and save it as.env
. - Run
now dev
and visit localhost:3000
Simply run now
.