Skip to content

K372470/discord-embed-visualizer

 
 

Repository files navigation

Discord Embed Visualizer

React component for generating and visualizing Discord Embeds

License: GPL v3


Installation

// Via NPM
npm install discord-embed-visualizer

// Via Yarn
yarn add discord-embed-visualizer

Usage

import { Generator, Visualizer } from 'discord-embed-visualizer';
<Generator
    defaultValue={ default_embed_data }
    onChange={ change_event }
/>
<Visualizer
    bot={{ name: '', iconUrl: '' }} //optional
    embed={ discord_embed_object }
/>

Examples

A demo is available on the github repo, just clone it, install packages yarn install | npm install and run the start script yarn start | npm start.

Or if that's too much effort, you can just check out MRVDOG's online demo.

About

React: Discord Embed Generator & Visualizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 3.3%
  • HTML 0.7%