libbitsub 1.1.0 → 1.1.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/LICENSE +235 -674
- package/README.md +7 -0
- package/package.json +2 -2
- package/pkg/LICENSE +235 -674
- package/pkg/README.md +7 -0
- package/pkg/libbitsub_bg.wasm +0 -0
- package/pkg/package.json +2 -2
package/README.md
CHANGED
|
@@ -428,3 +428,10 @@ interface SubtitleCompositionData {
|
|
|
428
428
|
y: number // Y position
|
|
429
429
|
}
|
|
430
430
|
```
|
|
431
|
+
|
|
432
|
+
## License
|
|
433
|
+
|
|
434
|
+
Licensed under either of
|
|
435
|
+
|
|
436
|
+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0)
|
|
437
|
+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "libbitsub",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"author": "altqx",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"description": "High-performance WASM renderer for graphical subtitles (PGS and VobSub)",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"libbitsub",
|