termdot 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,7 +124,6 @@ npx tsx examples/rotating-cube.ts # 3D wireframe cube
|
|
|
124
124
|
npx tsx examples/cube.ts # Perspective-projected cube
|
|
125
125
|
npx tsx examples/speed-test.ts # Benchmark
|
|
126
126
|
npx tsx examples/spinners.ts # Braille status indicators
|
|
127
|
-
npx tsx examples/icons.ts # Icon rendering
|
|
128
127
|
npx tsx examples/kitchen-sink.ts # Every feature demo
|
|
129
128
|
```
|
|
130
129
|
|