Skip to content

Commit

Permalink
Merge pull request #187 from juliendorra/patch-2
Browse files Browse the repository at this point in the history
Fix code block typo README.md
  • Loading branch information
IDisposable committed Sep 6, 2024
2 parents c2fe975 + 4da9eb7 commit d330547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ Sample use:
clone.style.transform = 'translateY(100px)';
}
return clone;
}```
}
```

const wrapper = document.getElementById('wrapper');
const blob = domtoimage.toBlob(wrapper, { adjustClonedNode: adjustClone});
Expand Down

0 comments on commit d330547

Please sign in to comment.