@itgenio/katex-render

v0.0.5
Web component для формулы KaTeX

test

npm run build-tests && mocha

tsc-check

tsc --noEmit

tsc

tsc --declaration --emitDeclarationOnly

dev

concurrently -n watch: -c "cyan,magenta,blue" "npm:watch-*" --kill-others --restart-tries 3 --restart-after 1000

prepack

concurrently "npm:tsc-check" "npm:build-code" "npm:tsc"

build-tests

npm run build-tests-code

build-code

rimraf dist && cross-env NODE_ENV=production node ./build.js

build-tests-code

rimraf dist-tests && cross-env NODE_ENV=production node ./build-tests.js

watch-tests-code

rimraf dist-tests && node ./build-tests.js

watch-code

rimraf dist && node ./build.js

watch-tests

mocha --watch --parallel --watch-files dist-tests/**/*spec.js

meteor-dist

rimraf meteorDist && copyfiles package*.json meteorDist && copyfiles dist/* meteorDist && cd meteorDist && meteor npm ci --production
npm i @itgenio/[email protected]

Metadata

  • ISC
  • Whatever
  • Alex So
  • released 2/22/2022

Downloads