discord-visualizer
v0.1.3
Published
Convert JSON data to HTML that can be rendered like a discord conversation
Downloads
4
Readme
Discord visualizer
Compile Discord messages to HTML on the command line. Based on embed-visualizer.
Usage
node ./lib/index.js "[{\"username\":\"Test\",\"content\":\"Test\"}]"
You need the CSS header files
<link rel="stylesheet" href="https://raw.githubusercontent.com/Douile/discord-visualizer/master/css/discord.css">
<link rel="stylesheet" href="https://raw.githubusercontent.com/Douile/discord-visualizer/master/css/codemirror-one-dark.css">
<link rel="stylesheet" href="https://raw.githubusercontent.com/Douile/discord-visualizer/master/css/tachyons.css">