Author: | yishn |
---|---|
Views Total: | 377 views |
Official Page: | Go to website |
Last Update: | October 15, 2018 |
License: | MIT |
Preview:

Description:
A powerful tikzcd visual editor that allows you to draw commutative diagrams and other kinds of mathematical pictures.
Dependencies:
How to use it:
Install it with NPM.
$ npm install tikzcd-editor--save
Run the script.
$ npm run build
Add the generated script ‘bundle.js’ to the webpage.
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_CHTML"></script> <script src="./dist/bundle.js"></script>
Changelog:
10/15/2018
- v0.5.6