arvinxx / lobe-plugin-tikzjax

Convert LaTeX TikZ code into SVG images for crisp, scalable mathematical diagrams and visualizations.

Home Page:https://chat-plugin-tikzjax.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TikZJax SVG Renderer
LobeChat Plugin

Convert LaTeX TikZ code into SVG images for crisp, scalable mathematical diagrams and visualizations.


Changelog ยท Report Bug ยท Request Feature

Table of contents

TOC

๐ŸŒŸ Features

  • ๐Ÿงฎ LaTeX TikZ to SVG: Easily convert LaTeX TikZ code into high-quality SVG images.
  • ๐Ÿ–ผ๏ธ Vector Graphics: Generate crisp and scalable vector graphics suitable for mathematical diagrams and visualizations.
  • ๐Ÿ”Œ LobeChat Integration: Seamlessly integrates with LobeChat to enhance chat experiences with visual content.
  • ๐Ÿš€ Quick and Responsive: Efficient rendering process ensures quick responses and smooth interaction.

๐Ÿคฏ Usage

Important

To use the TikZJax SVG Renderer plugin, send a POST request to the plugin endpoint with your LaTeX TikZ code as the input. The plugin will return the SVG image encoded in base64.

Note

Make sure your input is a valid LaTeX TikZ code snippet to ensure proper rendering of the SVG image. For more details and examples, refer to the ๐Ÿ“˜ TikZJax SVG Renderer Usage Guide.

โŒจ๏ธ Local Development

For local development, clone the repository and follow the instructions:

$ git clone https://github.com/arvinxx/lobe-plugin-tikzjax.git
$ cd tikzjax-svg-renderer
$ npm install
$ npm run dev

๐Ÿค Contributing

We welcome contributions to the TikZJax SVG Renderer plugin. If you have suggestions or improvements, feel free to submit a pull request or open an issue.

๐Ÿ”— Links


๐Ÿ“ License

Copyright ยฉ 2023 LobeHub.
This project is MIT licensed.

About

Convert LaTeX TikZ code into SVG images for crisp, scalable mathematical diagrams and visualizations.

https://chat-plugin-tikzjax.vercel.app


Languages

Language:TypeScript 80.1%Language:JavaScript 19.9%