kity.js 99 B

12345678910
  1. /**
  2. * 数学公式Latex语法解析器
  3. */
  4. define( function () {
  5. return window.kity;
  6. } );