embed-visualizer

discord embed visualization tool

Github星跟蹤圖

Embed Visualizer

demo gif

Code snippet generators

The general structure for them looks like this:

export default {
  // for displaying on the <select> dropdown
  name: 'Cool Discord Lib (Cool Programming Language)',

  // for highlight.js
  // see https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html#language-names-and-aliases
  language: 'coolprogramminglanguage',

  // actual generator
  // data is just a javascript object that looks like this:
  // { "content": "message content...", "embed": { ... } }
  generateFrom(data) {
    ...
  },
};

Currently, we don't really take in account "webhook mode" since most libraries don't
really support that directly. If in the future most of them end up supporting it,
we can start passing that down to the generateFrom function, so that it can emit something else.

主要指標

概覽
名稱與所有者leovoel/embed-visualizer
主編程語言JavaScript
編程語言HTML (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2017-01-23 11:46:52
推送於2023-10-13 12:31:45
最后一次提交2018-01-05 08:14:49
發布數0
用户参与
星數415
關注者數12
派生數119
提交數66
已啟用問題?
問題數26
打開的問題數17
拉請求數7
打開的拉請求數12
關閉的拉請求數14
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?