Skip to content

A simple visual editor for creating commutative diagrams.

License

Notifications You must be signed in to change notification settings

createai/tikzcd-editor

 
 

Repository files navigation

tikzcd-editor

A simple visual editor for creating commutative diagrams.

You can download the latest release to host it on your own or try it out here.

Screenshot

Building

Make sure you have Node.js and npm installed. First, clone this repository:

$ git clone https://github.com/yishn/tikzcd-editor
$ cd tikzcd-editor

Install dependencies with npm:

$ npm install

You can build by using the build command:

$ npm run build

This will create a minified bundle dist/bundle.js and its source map. To launch, simply open index.html in your favorite modern browser.

Use the watch command for development:

$ npm run watch

Related

About

A simple visual editor for creating commutative diagrams.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.3%
  • CSS 10.7%
  • HTML 1.0%