flatblox-tui 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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Flatblox TUI
2
2
 
3
+ Create pixel art in your terminal.
4
+
5
+ ![Flatblox terminal editor](src/tui.webp)
6
+
3
7
  Run the terminal editor without installing it:
4
8
 
5
9
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flatblox-tui",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Flatblox pixel art editor for the terminal",
5
5
  "homepage": "https://flatblox.com",
6
6
  "license": "MIT",