1.2.0 • Published 3 years ago

vildravn-gw2-embeds-chat-code v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

vildravn-gw2-embeds-chat-code

NPM version NPM downloads

Generates armory embeds markup from a chat code.

Forked from madou/armory-embeds-chat-code.

Usage

npm install vildravn-gw2-embeds-chat-code
import parseChatCode from 'vildravn-gw2-embeds-chat-code';

parseChatCode('[&AgGqLgEA]');
// <div data-armory-embed="items" data-armory-ids="77482"></div>

Api

parseChatCode(chatcode: string, options: ?Options): string

Options: Object

propertytypedescription
tagstringCustom tag for the embed, defaults to div.
attributesObjectKey/value object of extra attributes to add to the markup.