@coderline/alphatab 1.3.0-alpha.997 → 1.3.1
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 +2 -2
- package/dist/alphaTab.core.min.mjs +1 -1
- package/dist/alphaTab.core.mjs +22 -3
- package/dist/alphaTab.d.ts +8 -0
- package/dist/alphaTab.js +24 -5
- package/dist/alphaTab.min.js +1 -1
- package/dist/alphaTab.min.mjs +1 -1
- package/dist/alphaTab.mjs +3 -3
- package/dist/alphaTab.vite.d.ts +36 -0
- package/dist/alphaTab.vite.js +2065 -0
- package/dist/alphaTab.vite.mjs +2044 -0
- package/dist/alphaTab.webpack.d.ts +24 -5
- package/dist/alphaTab.webpack.js +424 -225
- package/dist/alphaTab.webpack.mjs +423 -224
- package/dist/alphaTab.worker.mjs +1 -1
- package/dist/alphaTab.worklet.mjs +1 -1
- package/package.json +11 -2
- package/dist/alphaTab.core.min.mjs.map +0 -1
- package/dist/alphaTab.core.mjs.map +0 -1
- package/dist/alphaTab.js.map +0 -1
- package/dist/alphaTab.min.js.map +0 -1
- package/dist/alphaTab.min.mjs.map +0 -1
- package/dist/alphaTab.mjs.map +0 -1
- package/dist/alphaTab.webpack.js.map +0 -1
- package/dist/alphaTab.webpack.mjs.map +0 -1
- package/dist/alphaTab.worker.min.mjs.map +0 -1
- package/dist/alphaTab.worker.mjs.map +0 -1
- package/dist/alphaTab.worklet.min.mjs.map +0 -1
- package/dist/alphaTab.worklet.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -41,8 +41,8 @@ Node.js using `require` (UMD) | Access to all low level APIs and SVG rendering |
|
|
|
41
41
|
.netcoreapp3.1 (WinForms) | Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. | 1.0-1.2.2
|
|
42
42
|
Browsers using ES6 Modules (ESM) | Full experience including low level APIs, Background Workers, Audio Playback, SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. | 1.3 (pre-release :warning:)
|
|
43
43
|
Node.js using `import` (ESM) | Access to all low level APIs and SVG rendering | 1.3 (pre-release :warning:)
|
|
44
|
-
.
|
|
45
|
-
.
|
|
44
|
+
.net8.0-windows (WPF) | Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. | 1.3 (pre-release :warning:)
|
|
45
|
+
.net8.0-windows (WinForms) | Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. | 1.3 (pre-release :warning:)
|
|
46
46
|
Android (Kotlin) | Full experience including low level APIs, Background Workers, Audio Playback, Android Canvas and SVG rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. | 1.3 (pre-release :warning:)
|
|
47
47
|
|
|
48
48
|
## Thanks to...
|