@threadlabs/looma 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/editor/chunk-YGJLGDQC.js +4010 -0
- package/editor/extensions/index.d.ts +4 -8
- package/editor/extensions/index.js +1 -1
- package/editor/index.d.ts +0 -3
- package/editor/index.js +1 -1
- package/package.json +1 -125
- package/editor/chunk-JKRA4D4W.js +0 -435
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ import { EditorToolbar, getDefaultEditorExtensions } from "@threadlabs/looma/vue
|
|
|
15
15
|
|
|
16
16
|
Vue and Tiptap are optional to the package as a whole. `/vue` needs only Vue 3.5
|
|
17
17
|
or newer. Looma's `/editor` and `/vue/editor` surfaces are Tiptap-backed and
|
|
18
|
-
|
|
19
|
-
`@tiptap/vue-3@^2.11.5` for `useEditor
|
|
20
|
-
low-level UI-only boundary. See the
|
|
21
|
-
full CSS and adapter setup.
|
|
18
|
+
ship Looma's concrete extension set within those subpaths; `/vue/editor` consumers
|
|
19
|
+
must also install `@tiptap/vue-3@^2.11.5` for `useEditor`, `EditorContent`, and a
|
|
20
|
+
compatible Tiptap core. `/editor/ui` is the low-level UI-only boundary. See the
|
|
21
|
+
repository getting-started guide for the full CSS and adapter setup.
|