forked from vercel/og-image
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
Vercel main #2
Open
Darth-Knoppix
wants to merge
28
commits into
master
Choose a base branch
from
vercel-main
base: master
Could not load branches
Branch not found: {{ refName }}
Could not load tags
Nothing to show
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Vercel main #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes vercel#121 by adding additional metadata. ## Example <img src="https://user-images.githubusercontent.com/229881/85033029-77946200-b14e-11ea-9588-c562f3d05ad6.png" width="500" />
* fix: update dead readme banner * Update link Co-authored-by: Steven <steven@ceriously.com>
* Add button that removes an image * Make remove button 100% width The calc + 2px is to account for inconsistency with the other inputs and selectors which appear to be 2px wider than 100% (presumably from border) * Make splice/filter operation clearer The array has to be spread before filtering. This is for the case where only a later image has a defined width/height In those cases the width/height array would be defined as [4: 350] for example. Filtering on that array would give unexpected result. The spreading creates the full array and then filters correctly. Co-authored-by: Steven <steven@ceriously.com>
Bumps [bl](https://github.com/rvagg/bl) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](rvagg/bl@v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
TypeError: Cannot read property '_launcher' of undefined
Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.4.3...7.4.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Replace select with input * Update index.ts * Update index.ts * Update index.ts * Fixes review comments (spacing and placeholders) * Fix space again * Added type number and defaulted to empty values * Update index.ts * Revert unncessary changes * Add newline * Change order of props * Small cleanup Co-authored-by: Steven <steven@ceriously.com>
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sethcorker/og-image-bb/GzjNTqDz3smtVXy6vS9KA8WUgsSN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.