Create Commutative Diagrams With JavaScript – tikzcd-editor

Category: Chart & Graph , Javascript , Recommended | October 15, 2018
Author:yishn
Views Total:377 views
Official Page:Go to website
Last Update:October 15, 2018
License:MIT

Preview:

Create Commutative Diagrams With JavaScript – tikzcd-editor

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

You Might Be Interested In:


Leave a Reply