Skip to content

feat(image): implement overlay#33

Merged
Brooooooklyn merged 2 commits intomainfrom
feature/implement-overlay
Jan 13, 2023
Merged

feat(image): implement overlay#33
Brooooooklyn merged 2 commits intomainfrom
feature/implement-overlay

Conversation

@liby
Copy link
Copy Markdown
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
Copy Markdown

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 from 7f0c41b to fbb82f2 Compare January 12, 2023 13:20
@liby liby requested a review from Brooooooklyn January 12, 2023 13:20
@liby liby force-pushed the feature/implement-overlay branch from fbb82f2 to 53cc8a0 Compare January 12, 2023 16:21
@liby liby force-pushed the feature/implement-overlay branch from 0a07802 to 7b3369e Compare January 12, 2023 17:14
@liby liby force-pushed the feature/implement-overlay branch from 7b3369e to 479d696 Compare January 13, 2023 06:18
@liby liby force-pushed the feature/implement-overlay branch from 479d696 to e167550 Compare January 13, 2023 06:23
@liby liby force-pushed the feature/implement-overlay branch from 0756bc0 to 8524f55 Compare January 13, 2023 07:03
@liby liby force-pushed the feature/implement-overlay branch from 8524f55 to 388bf53 Compare January 13, 2023 07:11
@liby liby force-pushed the feature/implement-overlay branch from 388bf53 to 8a028c5 Compare January 13, 2023 07:20
@liby liby force-pushed the feature/implement-overlay branch from 8a028c5 to 56f6692 Compare January 13, 2023 07:27
@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
Comment thread packages/binding/src/transformer.rs Outdated
Comment thread packages/binding/src/transformer.rs Outdated
@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