0.3.0 • Published 7 years ago

archix v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

archix

Quick Software Architecture Diagrams

Intro

This is a library to generate SVG diagrams from a code definition.

See the API in https://github.com/lbovet/archix/blob/master/index.d.ts

Browser

Define an element named archix, and include the archix.js script.

This will load and execute the index.ts script containing your diagram definitions.

Node

Use it as dependency of a diagram project with

npm install archix --save-dev

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago