ng-katex-2
Version:
Angular module to write beautiful math expressions in TeX syntax boosted by [KaTeX](https://github.com/Khan/KaTeX) library. You can see a demo [here](https://garciparedes.github.io/ng-katex).
32 lines • 710 B
JSON
{
"name": "ng-katex-2",
"version": "21.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kai1992cool/ng-katex-2.git"
},
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"extract-math": "^1.2.3",
"katex": "^0.17.0",
"@types/katex": "^0.16.8"
},
"dependencies": {
"tslib": "^2.5.0"
},
"module": "fesm2022/ng-katex-2.mjs",
"typings": "types/ng-katex-2.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ng-katex-2.d.ts",
"default": "./fesm2022/ng-katex-2.mjs"
}
},
"sideEffects": false,
"type": "module"
}