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

docs(): for #40 #48

Merged
merged 1 commit into from
Oct 17, 2024
Merged

docs(): for #40 #48

merged 1 commit into from
Oct 17, 2024

Conversation

ShaMan123
Copy link
Owner

@ShaMan123 ShaMan123 commented Oct 17, 2024

closes #47

return eraser.on('end', async (e) => {
e.preventDefault();
const res = await eraser.commit(e.detail);
console.log(res);
const transparent = await Promise.all(
e.detail.targets.map(
async (target) => [target, await isTransparent(target)] as const
)
);

@ShaMan123 ShaMan123 changed the title docs(): Update README.md docs(): for #40 Oct 17, 2024
@ShaMan123 ShaMan123 merged commit 75011ea into master Oct 17, 2024
2 checks passed
@ShaMan123 ShaMan123 deleted the ShaMan123-patch-2 branch October 17, 2024 17:44
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.

How to do an undo on this eraser ?
1 participant