feat: suppot remote image url
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user