npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@rod2ik/tikzjax

v1.1.14

Published

TikZ AND tkz-tab loader in custom HTML pages and MkDocs Material, with Light/Dark Themes

Downloads

4,312

Readme

rod2ik/TikZJax

Introduction

Repo is an License: GPL v3+ open-source project that natively renders TikZ/LaTeX AND tkz-tab/LaTeX for maths variation tables and maths sign tables, directly inside a Custom Standalone HTML Page AND/OR inside usual Documentation websites, notably MkDocs with Material theme. Star this project if you like it 🫶🫶🫶 !

| ⚠️ Documentation Link & Testing Site ⚠️ | | ----------------------------------------------------------------------------------------------------------------------------------------- | | Please refer to this MkDocs Documentation & Demo Site for more thorough documentation and more info: https://rod2ik.github.io/tikzjax | | A MINIMAL MKDOCS TIKZJAX TESTING REPOSITORY: https://github.com/rod2ik/minimal-mkdocs-tikzjax Clone it. Test it locally. |

Example 1:

Example 2:

Repo is originally a fork from the great works 👏👏👏 of:

Please note that:

  • Both previous projects are based on their own web2js and dvi2html projects.
  • Repo is based on its own custom forks rod2ik/web2js and rod2ik/dvi2html.

Also note that Repo has, since then, been heavily:

  • refactored as an ESM project

  • extended, to render both TikZ Figures tkz-tab macros, LaTeX style, for math variation tables / math sign tables:

    • a global configuration file tikzjax.config.js through window.TikzJaxOptions;

    • inside a Custom Standalone HTML Page, using a <script type="text/tikz"> tag syntax:

      • automatic rendering of TikZ Figures (THE historical functionality of kisone/tikzjax)

      • ❗📢❗⚠️ automatic rendering of tkz-tab macros, LaTeX style, for maths variation tables / math sign tables ⚠️❗📢❗

      • Light/Dark Themes via the global customisation file, or direct configuration.

      • the <script> syntax is also natively compatible inside an MkDocs Markdown Page:

        • natively 100% compatible with Material Light/Dark Themes
        • natively 100% compatible with Material Admonitions (collapsible, or not)
        • natively 100% compatible with Material Content Tabs (inside Admonitions, or not)
    • inside MkDocs, with Material (or without it..), using a tikzjax code block syntax, natively:

      • automatic rendering of TikZ Figures (you could already do this, but only via the <script> syntax, with kisone/tikzjax)
      • ❗📢❗⚠️ automatic rendering of tkz-tab macros for maths variation tables / math sign tables ⚠️❗📢❗
      • Compatibility with Material Light/Dark Themes (possibly customizable via the global customisation file)
      • compatibility with Material Admonitions: collapsible or not
      • compatibility with Material Content Tabs
    • Other Documentation Sites:

      • Possibly all functionalities of MkDocs, if your documentation tool uses Python-Markdown.

All these syntaxes also offer:

  • a global configuration file tikzjax.config.js through window.TikzJaxOptions
  • per-table local overrides through data-* attributes
  • native and customizable Light/Dark themes support for Custom Standalone HTML blocks, Material for MkDocs
  • browser-side cache through IndexedDB
  • Spinner animation
  • timeout, worker restart, retry handling
  • A customizable fallback error image

License

This project is open-source: License: GPL v3+