feat: link previews on MD

This commit is contained in:
Adhiraj Singh
2022-04-19 19:00:32 +05:30
parent a08cd00107
commit 872536fa5b
6 changed files with 246 additions and 6 deletions

View File

@@ -49,7 +49,8 @@
"@adiwajshing/keyed-db": "^0.2.4",
"jimp": "^0.16.1",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.29.3"
"sharp": "^0.29.3",
"link-preview-js": "^2.1.13"
},
"peerDependenciesMeta": {
"@adiwajshing/keyed-db": {
@@ -63,6 +64,9 @@
},
"sharp": {
"optional": true
},
"link-preview-js": {
"optional": true
}
},
"files": [
@@ -83,6 +87,7 @@
"eslint": "^7.0.0",
"jest": "^27.0.6",
"jimp": "^0.16.1",
"link-preview-js": "^2.1.13",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.29.3",
"ts-jest": "^27.0.3",