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

https://github.com/kylepls/chrome-imager

An AWS Lambda function used to take screenshots of DOM elements.
https://github.com/kylepls/chrome-imager

aws chrome lambda

Last synced: about 1 month ago
JSON representation

An AWS Lambda function used to take screenshots of DOM elements.

Awesome Lists containing this project

README

          

## chrome-imager

---
This is a very small project focused on taking screenshots of DOM elements on websites.
Elements can be flagged to be incrementally pictured. This meaning that the text of the element
is rendered sentence-by-sentence.

incremental

The application is designed to run on AWS Lambda via Serverless.

This was developed as a part of my reddit-bot project.
You can read about that [here](https://kyle.in/youtube).
Or view the GitHub repo for that project [here](https://github.com/kylepls/reddit-bot-public).