Skip to content

Commit

Permalink
Merge pull request #68 from github/marywhite/expose-tone-modifiers
Browse files Browse the repository at this point in the history
Export tone modifiers
  • Loading branch information
camertron authored Aug 23, 2024
2 parents 040a8f2 + 060605c commit ae29f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ function emojiImage(el: Element) {
return image
}

export {applyTone, removeTone}

export default GEmojiElement

declare global {
Expand Down

0 comments on commit ae29f13

Please sign in to comment.