https://github.com/codaxy/cx-diagrams
A library for creating diagrams within CxJS applications
https://github.com/codaxy/cx-diagrams
cxjs diagram svg
Last synced: 8 months ago
JSON representation
A library for creating diagrams within CxJS applications
- Host: GitHub
- URL: https://github.com/codaxy/cx-diagrams
- Owner: codaxy
- License: mit
- Created: 2022-02-21T12:10:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T12:57:44.000Z (over 2 years ago)
- Last Synced: 2025-10-16T11:31:22.201Z (8 months ago)
- Topics: cxjs, diagram, svg
- Language: JavaScript
- Homepage: https://diagrams.cxjs.io
- Size: 551 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
CxJS Diagrams
This is a simple library that allows you to create diagrams within CxJS applications.
```js
import { Diagram, Flow, Cell, Shape } from "cx-diagrams";
;
```
## Links
- [Documentation](https://diagrams.cxjs.io)
- [NPM](https://www.npmjs.com/package/cx-diagrams)
## Repository
This is a mono repo containing the source code for the package and the documentation. Please use the `yarn` package manager as this repo uses its workspace features.
To start the documentation locally.
```
cd docs
yarn start
```
## License
This project is available under the terms of [the MIT license](LICENSE.md).