interweave-emoji
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

Interweave with Emoji

Build Status npm version npm deps

Provides emoji support for Interweave.

<Interweave
	content="This will convert emoji unicode characters (🌀), shortcodes (:cyclone:), and emoticons to SVGs! :)"
	matchers={[
		new EmojiMatcher('emoji', {
			convertEmoticon: true,
			convertShortcode: true,
		}),
	]}
	emojiPath={getSvgPathForEmoji}
/>

Requirements

Installation

yarn add interweave interweave-emoji emojibase
// Or
npm install interweave interweave-emoji emojibase

Documentation

https://interweave.dev/docs/exts/emoji

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.0143latest
5.0.0-alpha.00next

Version History

VersionDownloads (Last 7 Days)Published
7.0.0143
6.0.28
6.0.12
6.0.01
5.4.029
5.3.113
5.3.01
5.2.23
5.2.10
5.2.01
5.1.11
5.1.00
5.0.01
5.0.0-alpha.00
4.1.146
4.1.00
4.0.10
4.0.00
4.0.0-alpha.01
3.1.30
3.1.21
3.1.10
3.1.01
3.0.00
3.0.0-alpha.01
2.1.00
2.0.11
2.0.00
2.0.0-41
2.0.0-30
2.0.0-21
2.0.0-11
2.0.0-01
1.4.01
1.3.11
1.3.00
1.2.00
1.1.00
1.0.01
1.0.0-rc.30
1.0.0-rc.21
1.0.0-rc.10
1.0.0-rc.00
0.1.10
0.1.00

Package Sidebar

Install

npm i interweave-emoji

Weekly Downloads

56

Version

7.0.0

License

MIT

Unpacked Size

101 kB

Total Files

34

Last publish

Collaborators

  • milesj