0.1.3 • Published 2 years ago

discord-visualizer v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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">