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.
- Host: GitHub
- URL: https://github.com/kylepls/chrome-imager
- Owner: kylepls
- Created: 2019-09-01T19:59:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T20:59:37.000Z (over 5 years ago)
- Last Synced: 2025-01-07T11:10:52.740Z (over 1 year ago)
- Topics: aws, chrome, lambda
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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).