Compare commits

...

2 commits

Author SHA1 Message Date
array-in-a-matrix e87abb93ca use pnpm instead of npm 2023-04-05 12:03:50 -04:00
array-in-a-matrix 4ac8d84a08 remove twemoji 2023-04-05 11:37:28 -04:00
3 changed files with 3448 additions and 1 deletions

View file

@ -7,6 +7,7 @@
"node": ">=16.0.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "vite",
"build": "vite build",
"lint": "yarn check:eslint && yarn check:prettier",

3447
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load diff

View file

@ -49,7 +49,6 @@ export function twemojify(text, opts, linkify = false, sanitize = true, maths =
content = sanitizeText(content);
}
content = twemoji.parse(content, options);
if (linkify) {
content = linkifyHtml(content, {
target: '_blank',