This package has been deprecated

Author message:

This package has been deprecated because it was no longer getting support. If you want a builder-like pattern for embeds then we recommend using @discordjs/builders instead

@sapphire/embed-jsx
TypeScript icon, indicating that this package has built-in type declarations

2.3.1 • Public • Published

Sapphire Logo

@sapphire/embed-jsx

GitHub codecov npm bundle size npm

Description

Discord embeds have a structure that translates very nicely to JSX syntax, making it a very interesting way to define embed structures in this variant of regular JavaScript. To translate the JSX code to DiscordJS compatible MessageEmbed data there is this library.

Features

  • Written in TypeScript
  • Offers CommonJS and ESM variants
  • Fully tested

Installation

@sapphire/embed-jsx depends on the following packages. Be sure to install these along with this package!

You can use the following command to install this package, or replace npm install with your package manager of choice.

npm install @sapphire/embed-jsx discord.js

Usage

In your tsconfig.json, add

{
	"compilerOptions": {
		"jsx": "react",
		"jsxFactory": "EmbedJsx.make"
	}
}

and in any tsx file, import the EmbedJsx namespace as you would if you were using React

import { EmbedJsx } from '@sapphire/embed-jsx';

Note: as of now the package is currently not fully typed, so to get around any compiler errors you may have to add

"noImplicitAny": false

to your tsconfig.json

Buy us some doughnuts

Sapphire Project is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance!

We accept donations through Open Collective, Ko-fi, Paypal, Patreon and GitHub Sponsorships. You can use the buttons below to donate through your method of choice.

Donate With Address
Open Collective Click Here
Ko-fi Click Here
Patreon Click Here
PayPal Click Here

Contributors

Thanks goes to these wonderful people (emoji key):


Jeroen Claassens

💻 🚇 📆 📖 ⚠️

Antonio Román

💻 📆 👀 ⚠️

Gryffon Bellish

💻 👀 ⚠️

Vlad Frangu

💻 🐛 👀 📓 ⚠️

Stitch07

💻 📆 ⚠️

depfu[bot]

🚧

allcontributors[bot]

📖

Tyler J Russell

📖

Ivan Lieder

💻 🐛

Hezekiah Hendry

💻

Vetlix

💻

Ethan Mitchell

📖

Elliot

💻

Jurien Hamaker

💻

Charalampos Fanoulis

📖

dependabot[bot]

🚧

Kaname

💻

nandhagk

🐛

megatank58

💻

UndiedGamer

💻

Lioness100

📖 💻

David

💻

renovate[bot]

🚧

WhiteSource Renovate

🚧

FC

💻

Jérémy de Saint Denis

💻

MrCube

💻

bitomic

💻

c43721

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Package Sidebar

Install

npm i @sapphire/embed-jsx

Weekly Downloads

0

Version

2.3.1

License

MIT

Unpacked Size

79 kB

Total Files

11

Last publish

Collaborators

  • favna
  • kyranet
  • vladfrangu