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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termdot",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Braille TUI — draw in the terminal with Unicode braille characters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",