Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
This commit is contained in:
14
packages/core/README.md
Normal file
14
packages/core/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# @tiptap/core
|
||||
[](https://www.npmjs.com/package/@tiptap/core)
|
||||
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
||||
[](https://www.npmjs.com/package/@tiptap/core)
|
||||
[](https://github.com/sponsors/ueberdosis)
|
||||
|
||||
## Introduction
|
||||
tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*.
|
||||
|
||||
## Offical Documentation
|
||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||
|
||||
## License
|
||||
tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
|
||||
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": ["tiptap", "headless", "wysiwyg", "text editor"],
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"main": "dist/tiptap-core.cjs.js",
|
||||
"umd": "dist/tiptap-core.umd.js",
|
||||
"module": "dist/tiptap-core.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user