Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 423 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 423 Bytes

src

This directory contains all the source files for MathLive.

  • src/public: The TypeScript declaration files for the public API
  • src/core: The rendering engine that parses Latex and turns it into HTML markup
  • src/editor: The interactive component of MathLive that deals with keyboard and pointer input and all the UI to edit a formula (virtual keyboard, speech, etc...)
  • src/addons: Miscellaneous