mce 0.24.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 +6 -11
- package/dist/index.css +2 -1913
- package/dist/index.js +16143 -20573
- package/dist/mixins/snapper.d.ts +1 -0
- package/dist/plugins/smartGuides.d.ts +3 -1
- package/dist/utils/console.d.ts +13 -2
- package/dist/utils/smartGuides-geometry.d.ts +36 -0
- package/package.json +4 -5
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
|
+
ยท
|
|
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)
|