├── Build.py ├── Readme.md ├── encoding-indexes.js ├── encoding.js ├── package ├── LICENSE ├── NOTICE ├── README.md ├── lib.typ ├── pintora.js ├── pintorita.svg ├── pintorita.typ └── typst.toml └── runtime.esm.js /Build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/Build.py -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/Readme.md -------------------------------------------------------------------------------- /encoding-indexes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/encoding-indexes.js -------------------------------------------------------------------------------- /encoding.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/encoding.js -------------------------------------------------------------------------------- /package/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/package/LICENSE -------------------------------------------------------------------------------- /package/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/package/NOTICE -------------------------------------------------------------------------------- /package/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/package/README.md -------------------------------------------------------------------------------- /package/lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/package/lib.typ -------------------------------------------------------------------------------- /package/pintora.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/package/pintora.js -------------------------------------------------------------------------------- /package/pintorita.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/package/pintorita.svg -------------------------------------------------------------------------------- /package/pintorita.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/package/pintorita.typ -------------------------------------------------------------------------------- /package/typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/package/typst.toml -------------------------------------------------------------------------------- /runtime.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taylorh140/typst-pintora/HEAD/runtime.esm.js --------------------------------------------------------------------------------