First Release
The very first release of manim-onlinetex
.
You can get it from PyPI
like so:
pip install manim-onlinetex
and use it like so:
from manim import *
from manim-onlinetex import *
Note that you should always import the plugin after you import the main library. This is to ensure that the plugin properly replaces the parts of the main library that it should.