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

feat(image): implement overlay #33

Merged
merged 2 commits into from Jan 13, 2023
Merged

Conversation

liby
Copy link
Collaborator

@liby liby commented Jan 12, 2023

writeFileSync(
  'output-overlay-png.png',
  await new Transformer(PNG).overlay(PNG, 200, 200).png()
)

output-overlay-png.png

@vercel
Copy link

vercel bot commented Jan 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
image ❌ Failed (Inspect) Jan 13, 2023 at 3:20PM (UTC)

@liby liby force-pushed the feature/implement-overlay branch 2 times, most recently from e167550 to 404e021 Compare January 13, 2023 11:06
@liby liby marked this pull request as ready for review January 13, 2023 11:07
@Brooooooklyn Brooooooklyn merged commit 8bcc5de into main Jan 13, 2023
@Brooooooklyn Brooooooklyn deleted the feature/implement-overlay branch January 13, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overlay API
2 participants