@zenuml/core 2.0.2 → 2.0.4
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 +7 -8
- package/dist/zenuml/core.common.js +273 -212
- package/dist/zenuml/core.common.js.map +1 -1
- package/dist/zenuml/core.css +2 -2
- package/dist/zenuml/core.umd.js +273 -212
- package/dist/zenuml/core.umd.js.map +1 -1
- package/dist/zenuml/core.umd.min.js +3 -3
- package/dist/zenuml/core.umd.min.js.map +1 -1
- package/docs/images/editor-sample.png +0 -0
- package/package.json +2 -2
- package/tailwind.config.js +1 -0
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export images.
|
|
3
|
-
|
|
1
|
+

|
|
4
2
|
# ZenUML/Core
|
|
5
|
-
ZenUML is JavaScript-based diagramming tool that uses Markdown-inspired text definitions
|
|
3
|
+
ZenUML is JavaScript-based diagramming tool that requires **no server**. It uses Markdown-inspired text definitions
|
|
6
4
|
and a renderer to create and modify sequence diagrams. The main purpose of ZenUML is to
|
|
7
5
|
help documentation catch up with development.
|
|
8
6
|
|
|
@@ -15,11 +13,12 @@ You can use it ZenUML on your favorite platforms and applications:
|
|
|
15
13
|
* [JetBrains Plugin](https://plugins.jetbrains.com/plugin/12437-zenuml-support)
|
|
16
14
|
* [Chrome Extension](https://chrome.google.com/webstore/detail/zenuml-sequence/kcpganeflmhffnlofpdmcjklmdpbbmef)
|
|
17
15
|
|
|
18
|
-
#
|
|
16
|
+
# Integrations
|
|
19
17
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
ZenUML can be integrated with your favorite tools and platforms as a library or an embeddable widget.
|
|
19
|
+
Please follow the [integration guide](./docs/asciidoc/integration-guide.adoc) for detailed steps.
|
|
20
|
+
|
|
21
|
+
# Development
|
|
23
22
|
|
|
24
23
|
````
|
|
25
24
|
yarn install
|