Awesome
<h2 align="center">Online Graphviz Editor <img alt="icon" src="favicon.ico" width="26px" /></h2> <h4 align="center">Generates Graphviz images that can be used directly on any website without a need to host images on a server </h4> <p align="center"> <a href="https://github.com/ztjhz/graphviz-editor/blob/master/LICENSE" target="blank"> <img src="https://img.shields.io/github/license/ztjhz/graphviz-editor?style=flat-square" alt="licence" /> </a> <a href="https://github.com/ztjhz/graphviz-editor/fork" target="blank"> <img src="https://img.shields.io/github/forks/ztjhz/graphviz-editor?style=flat-square" alt="forks"/> </a> <a href="https://github.com/ztjhz/graphviz-editor/stargazers" target="blank"> <img src="https://img.shields.io/github/stars/ztjhz/graphviz-editor?style=flat-square" alt="stars"/> </a> <a href="https://github.com/ztjhz/graphviz-editor/issues" target="blank"> <img src="https://img.shields.io/github/issues/ztjhz/graphviz-editor?style=flat-square" alt="issues"/> </a> <a href="https://github.com/ztjhz/graphviz-editor/pulls" target="blank"> <img src="https://img.shields.io/github/issues-pr/ztjhz/graphviz-editor?style=flat-square" alt="pull-requests"/> </a> <a href="https://twitter.com/intent/tweet?text=๐%20Check%20this%20amazing%20repo%20https://github.com/ztjhz/graphviz-editor,%20created%20by%20@nikushii_"><img src="https://img.shields.io/twitter/url?label=Share%20on%20Twitter&style=social&url=https%3A%2F%2Fgithub.com%ztjhz%2Fgraphviz-editor"></a> </p> <p align="center"> <a href="https://graphviz.tjh.sg">View Demo</a> ยท <a href="https://github.com/ztjhz/graphviz-editor/issues/new/choose">Report Bug</a> ยท <a href="https://github.com/ztjhz/graphviz-editor/issues/new/choose">Request Feature</a> </p>๐๐ป 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:
Liked it? Please give a โญ๏ธ to <b>Online Graphviz Editor</b>.
Many Thanks to all the Stargazers
who has supported this project with stars(โญ)
๐ฅ 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?
- Clone the repository
git clone https://github.com/ztjhz/graphviz-editor.git
- Change the working directory
cd graphviz-editor
- Open a live server in that directory
python -m http.server 8080
That's All!!! Now open localhost:8080 to see the app.