# nyx CLI — every file needed to run the icosahedra.com tools locally. # One path per line, relative to https://icosahedra.com/ and to the repo root. # Generated by tests/manifest.js from the import graph; do not edit by hand. # Install: https://icosahedra.com/cli/install.sh # launcher and documentation nyx.sh cli/README.md # modules (the CLI, and the page libraries it drives) cli/dxt.js cli/font.js cli/lib/args.js cli/lib/image.js cli/lib/png-filter.js cli/lib/png-read.js cli/lib/pngio.js cli/lib/router.js cli/lib/runtime.js cli/lib/zlib.js cli/main.js cli/normals.js cli/sdf.js dxt/lib/bcn-codec.js dxt/lib/dds.js dxt/lib/formats.js dxt/lib/mips.js dxt/lib/pack.js dxt/lib/util.js dxt/lib/views.js font/lib/charset.js font/lib/font-job.js font/lib/layout.js normals/lib/eq.js normals/lib/heightfield.js sdf/lib/preview.js sdf/lib/sdf-job.js shared/png.js shared/wasm.js # wasm (the same binaries the pages load) dxt/bcn.wasm dxt/bcn-simd.wasm font/font.wasm normals/heightfield.wasm normals/heightfield-simd.wasm sdf/sdf.wasm