1.1.2 • Published 7 years ago

armory-embeds-chat-code v1.1.2

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

armory-embeds-chat-code

NPM version NPM downloads

Generates armory embeds markup from a chat code.

Usage

npm install armory-embeds-chat-code
import parseChatCode from 'armory-embeds-chat-code';

parseChatCode('[&CvUbAAA=]');
// <div data-armory-embed="skins" data-armory-ids="7157"></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.
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago