@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 CHANGED
@@ -1,8 +1,6 @@
1
- > Note: This repository has been renamed to `core` from `vue-sequence`. This is repository contains the core renderer and other core functionalities including
2
- export images.
3
-
1
+ ![editor](./docs/images/editor-sample.png)
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
- # Development
16
+ # Integrations
19
17
 
20
- ## TODOs
21
- - [x] Rename this repository to 'core'
22
- - [ ] and rename the package to @zenuml/core
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