1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

feat: suppot remote image url

This commit is contained in:
songjunxi
2023-10-24 11:25:48 +08:00
parent 116e116332
commit 2b456637e9
8 changed files with 160 additions and 45 deletions

View File

@@ -1,7 +1,16 @@
{
"name": "inke",
"version": "0.1.4",
"description": "Notion-style WYSIWYG editor with AI-powered autocompletions",
"name": "inkejs",
"version": "0.0.5",
"author": "yesmore",
"description": "A Notion-style WYSIWYG editor with AI-powered autocompletions. Built with Tiptap, OpenAI, and Vercel AI SDK.",
"keywords": [
"editor",
"markdown",
"openai",
"ai",
"nextjs",
"react"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -85,7 +94,6 @@
"tsup": "^7.2.0",
"typescript": "^4.9.4"
},
"author": "Steven Tey <stevensteel97@gmail.com>",
"homepage": "https://inke.app",
"repository": {
"type": "git",
@@ -93,13 +101,5 @@
},
"bugs": {
"url": "https://github.com/yesmore/inke/issues"
},
"keywords": [
"ai",
"inke",
"editor",
"markdown",
"nextjs",
"react"
]
}
}