Table of Contents
If you're frustrated with not being able to use TeX or LaTeX in Emails and chats, this tool is for you. Simply click on the icon dropdown, enter your TeX code, render and copy it as an image, or download it if you want to!
| Tool | Purpose |
|---|---|
| Project setup, bundler and package manager | |
| CSS | |
![]() |
Converting TeX and LaTeX input into actual rendered SVGs |
| [Html2Canvas] | Creating an image of the generated SVG so you can download or paste it wherever you want! |
All you need to do is add the extension locally as shown below.
You only need bun and a Chromium-based browser. If you're on Mac or Linux, run the following command in the terminal to install Bun:
curl -fsSL https://bun.com/install | bash- Clone the repo and cd into it
git clone https://github.com/winkt0/anyTeX.git cd anyTeX - Create the folder 'dist' by running
bun run build
- In your browser, go into extensions, click "Load unpacked" and select the dist folder you just created
That's it! AnyTeX should now be added as a popup in your extension bar.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT license. See the file LICENSE for more information.


