Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Show a calendar snapshot in calendar queue embed #136

Open
tomli380576 opened this issue Jan 19, 2023 · 1 comment
Open

Feature: Show a calendar snapshot in calendar queue embed #136

tomli380576 opened this issue Jan 19, 2023 · 1 comment
Labels
new feature New feature request P3 Medium priority

Comments

@tomli380576
Copy link
Collaborator

Something like this. Requires the custom calendar display site to host the images

Screenshot 2023-01-18 at 5 44 34 PM

@tomli380576
Copy link
Collaborator Author

I found this library: https://github.com/sindresorhus/capture-website

We can easily take a screenshot with:

import captureWebsite from "capture-website";

captureWebsite.file(
  "https://some-url-here.com",
  "calendar_screenshot.png",
  { inputType: "url" }
);

@tomli380576 tomli380576 added P3 Medium priority and removed P5 Lowest priority labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature request P3 Medium priority
Projects
None yet
Development

No branches or pull requests

2 participants