@ovnonvo/abc-editor 0.3.5 → 0.3.6

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 CHANGED
@@ -4,7 +4,7 @@ A React component for editing ABC music notation with syntax highlighting, autoc
4
4
 
5
5
  ## You can try it on web
6
6
 
7
- [Here](https://abc-editor-theta.vercel.app/)
7
+ [Here](https://abce-demo.vercel.app/)
8
8
 
9
9
 
10
10
 
@@ -13,17 +13,9 @@ A React component for editing ABC music notation with syntax highlighting, autoc
13
13
  - **Light & Dark Mode**: Built-in theme support with light mode as default
14
14
  - **Syntax Highlighting**: Color-coded ABC notation elements optimized for both themes
15
15
  - **Line Numbers**: Clear visual reference for navigation
16
- <img width="739" height="282" alt="スクリーンショット 2025-11-23 14 46 26" src="https://github.com/user-attachments/assets/e69f6bf6-3ea8-45d9-b194-3d5a6e4c5385" />
17
-
18
16
  - **Autocomplete**: Smart suggestions for ABC notation commands and fields
19
-
20
- <img width="295" height="353" alt="スクリーンショット 2025-11-23 14 47 31" src="https://github.com/user-attachments/assets/625ae548-47ec-4c84-a984-9d9cd19f95c7" />
21
-
22
-
23
17
  - **Real-time Validation**: Measure beat count validation with visual feedback
24
18
  - **Error Highlighting**: Hover over validation errors to highlight the problematic measure
25
- <img width="956" height="987" alt="スクリーンショット 2025-11-23 14 44 14" src="https://github.com/user-attachments/assets/50d7f3c4-5c7e-47df-8237-cdebb2ce086f" />
26
-
27
19
 
28
20
  ## Installation
29
21