sykpcomposer 0.0.8 → 0.0.11
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 -0
- package/dist/index.es.js +3893 -2564
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +35 -19
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/Editor.d.ts +1 -1
- package/dist/src/components/SimpleLexical.d.ts +4 -0
- package/dist/src/components/plugins/PageMarginPlugin/CustomMarginDialog.d.ts +8 -1
- package/dist/src/components/plugins/PageMarginPlugin/index.d.ts +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -8,4 +8,8 @@ npm i sykpcomposer --save
|
|
|
8
8
|
import "../../../../../../../node_modules/sykpcomposer/dist/style.css"
|
|
9
9
|
import { Editor } from "sykpcomposer";
|
|
10
10
|
|
|
11
|
+
# In order to use this we have to pass ckey amd isCollab to
|
|
12
|
+
|
|
13
|
+
<Editor ckey={"key of your codox collab" } isCollab={"yes"}/>
|
|
14
|
+
|
|
11
15
|
|