seat-editor 1.2.9 → 1.2.10

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # 🪑 Seat Editor
2
2
 
3
3
  An interactive seat layout editor built with React (or your stack). Create, customize, and arrange seating layouts visually — ideal for theaters, events, restaurants, and more.
4
- ![Preview](./assets/documentation/image.png)
4
+ ![Preview](https://raw.githubusercontent.com/TioHalu/public-image/main/image.png)
5
5
  ---
6
6
 
7
7
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seat-editor",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",