node-tikzjax
node-tikzjax copied to clipboard
A port of TikZJax runs on pure Node.js and WebAssembly.
Hello, Thanks for creating this amazing project! This makes using TikZjax much simpler. I was wandering if the library could be modified in a way that allowed it to run...
Given the following diagram ```` ```tikz \usepackage{pgfplots} \usepackage{tikz-3dplot} \pgfplotsset{compat=1.16} \begin{document} \begin{tikzpicture} \begin{axis}[ view={25}{30}, xlabel=$x$, ylabel=$y$, zlabel=$z$, xmin=-80, xmax=80, ymin=-80, ymax=80, zmin=-4, zmax=0, grid=major ] \addplot3[ surf, domain=-80:80, y domain=-80:80, samples=40,...
Consider the following simple diagram: ```tikz \usepackage{tikz} \usetikzlibrary{calc,angles,quotes,fit,intersections} \begin{document} \begin{tikzpicture}[thick/.style={line width=1pt},use as bounding box] \coordinate (A) at (0,0); \coordinate (D) at (4.5,0); \coordinate (B) at (1.35,0); \coordinate (P) at (2,0);...