zkpotix


  • Compile ZK Themes using less.

    published 1.1.13 a year ago
  • Gitbook plugin for ZK Documents

    published 1.3.1 5 months ago
  • ## Demo ```sh npm i -D typescript zk-types npx tsc --init ``` Modify `tsconfig.json` to have: ```json { "compilerOptions": { "types": ["zk-types"] } } ``` Create a TS file with whatever name (e.g., `demo.ts`) and start typing: ```ts const

    published 10.0.0 2 months ago