mce 0.23.0 โ†’ 0.24.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 CHANGED
@@ -20,6 +20,12 @@
20
20
 
21
21
  <p align="center">A headless infinite canvas editor framework built on WebGL rendering, supports exporting to image, video, and PPT. Only the ESM.</p>
22
22
 
23
+ <p align="center">
24
+ <a href="https://qq15725.github.io/mce/">๐Ÿ“š Documentation</a>
25
+ &nbsp;ยท&nbsp;
26
+ <a href="https://codesandbox.io/p/github/qq15725/mce/main">๐ŸŽฎ Try in CodeSandbox</a>
27
+ </p>
28
+
23
29
  ## ๐Ÿ“ฆ Install
24
30
 
25
31
  ```shell
@@ -141,14 +147,3 @@ slot sub component
141
147
  </template>
142
148
  ```
143
149
 
144
- ## Docs
145
-
146
- - [Options](docs/mce/namespaces/Mce/interfaces/Options.md)
147
- - [Config](docs/mce/namespaces/Mce/interfaces/Config.md)
148
- - [Commands](docs/mce/namespaces/Mce/interfaces/Commands.md)
149
- - [Events](docs/mce/namespaces/Mce/interfaces/Events.md)
150
- - [Slots](docs/mce/namespaces/Mce/interfaces/Slots.md)
151
-
152
- ## Related
153
-
154
- - [CodeSandbox Playground](https://codesandbox.io/p/devbox/thirsty-dawn-t2h69m)