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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?