We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b1c0c commit 9a770beCopy full SHA for 9a770be
packages/core/package.json
@@ -22,6 +22,7 @@
22
"vite": "^2.0.1"
23
},
24
"dependencies": {
25
+ "@discord-message-components/markdown": "^0.1.0",
26
"color-rgba": "^2.2.3"
27
28
"gitHead": "1e5ae8e0fe8afa656bfed9b95c9b61fd7aad3d4d"
packages/core/src/util.ts
@@ -1,5 +1,5 @@
1
import colorToRgba from 'color-rgba'
2
-export { default as markdownParser } from 'discord-markdown'
+export { default as markdownParser } from '@discord-message-components/markdown'
3
4
export const parseColorToRgba = (color?: string, alpha?: number): string | null => {
5
if (!color) return null
0 commit comments