@fileverse-dev/ddoc 2.1.3-patch-28 → 2.1.3-patch-29
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 +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +15109 -15080
- package/dist/package/hooks/use-headless-editor.d.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Ddoc Editor
|
2
2
|
|
3
|
+
[ddocs.new](http://ddocs.new/) is your onchain, privacy-first alternative to G**gle D*cs: peer-to-peer, end-to-end encrypted, and decentralized. It enables secure, real-time, and async collaboration without compromising user privacy.
|
4
|
+
|
5
|
+
<img width="4410" alt="github_banner_final@3x" src="https://github.com/user-attachments/assets/c6ee706d-979d-41b6-9f73-d29fbabb5152" />
|
6
|
+
|
7
|
+
|
3
8
|
This repo contains example - demo source code and package code
|
4
9
|
|
5
10
|
`/package` contains the package code
|
package/dist/index.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
1
|
export { default as DdocEditor } from './package/ddoc-editor';
|
2
2
|
export { PreviewDdocEditor } from './package/preview-ddoc-editor';
|
3
3
|
export { handleContentPrint } from './package/utils/handle-print';
|
4
|
+
export { useHeadlessEditor } from './package/hooks/use-headless-editor';
|