README.md

October 13, 2022 · View on GitHub

Online Graphviz Editor icon

Preview

Generates Graphviz images that can be used directly on any website without a need to host images on a server

licence forks stars issues pull-requests

View Demo · Report Bug · Request Feature

👋🏻 Introducing Online Graphviz Editor

Online Graphviz Editor is a tool that allows users to generate Graphviz images online. Users can then copy the image URL and use it directly on any website without a need to host images on a server. The frontend is powered by ztjhz/graphviz-editor and the backend is powered by ayaka14732/graphviz-server.

🚀 Use Online Graphviz Editor

Please access Online Graphviz Editor using the URL:

The Demo Link

Liked it? Please give a ⭐️ to Online Graphviz Editor.

Many Thanks to all the Stargazers who has supported this project with stars(⭐)

Stargazers repo roster for @ztjhz/graphviz-editor

Stargazers repo roster for @ztjhz/graphviz-editor

🔥 Features

Online Graphviz Editor comes with a bundle of features already. You can do the followings with it,

  • 🌸 Modern and beautiful website
  • 🔗 Directly generate a link to your graphviz image that can be used anywhere
  • 📱 Responsive and mobile-friendly

🏗️ How to Set up Online Graphviz Editor for Development?

  1. Clone the repository
git clone https://github.com/ztjhz/graphviz-editor.git
  1. Change the working directory
cd graphviz-editor
  1. Open a live server in that directory
python -m http.server 8080

That's All!!! Now open localhost:8080 to see the app.