💄 (card) add perspective to cards

This commit is contained in:
Julien Calixte
2023-07-06 01:15:04 +02:00
parent d6a045f96b
commit 3f8cb0985a
2 changed files with 16 additions and 15 deletions

View File

@@ -1,13 +1,4 @@
// @ts-nocheck
// https://github.com/rlidwka/markdown-it-regexp
/*
const texte = "@[tweet](21345)";
const regex = /@\[tweet]\((.*?)\)/;
const resultat = regex.exec(texte)[1];
console.log(resultat);
*/
window.twttr = (function (d, s, id) {
let js,
fjs = d.getElementsByTagName(s)[0],