unbikit 0.6.0 → 0.6.2
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.md +4 -0
- package/README.md +5 -3
- package/dist/unbikit.cjs +227 -198
- package/dist/unbikit.js +225 -198
- package/package.json +10 -9
package/LICENSE.md
CHANGED
|
@@ -35,6 +35,10 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
|
|
|
35
35
|
|
|
36
36
|
## Bink Video Licensing
|
|
37
37
|
|
|
38
|
+
The `.bik` file format is a proprietary format used by
|
|
39
|
+
[Bink Video](https://www.radgametools.com/bnkmain.htm), developed by
|
|
40
|
+
[Epic Games Tools](https://www.radgametools.com/) (formerly RAD Game Tools).
|
|
41
|
+
|
|
38
42
|
The redistribution of Bink Video files may require an additional license from
|
|
39
43
|
[Epic Games Tools](https://www.radgametools.com). More information can be found at
|
|
40
44
|
|
package/README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# unbikit
|
|
2
2
|
|
|
3
|
-
[](https://bundlephobia.com/package/unbikit)
|
|
4
|
+
[](https://npmgraph.js.org/?q=unbikit)
|
|
5
|
+
[](https://www.npmjs.com/package/unbikit)
|
|
4
6
|
|
|
5
7
|
> ⚠️
|
|
6
|
-
> This package is at
|
|
8
|
+
> This package is at an early development stage. Expect API changes!
|
|
7
9
|
|
|
8
|
-
unbikit (_un-bik-ɪt_) is a decoder for `.bik` video files that can be used to play or
|
|
10
|
+
unbikit (_un-bik-ɪt_) is a decoder for `.bik` (Bink) video files that can be used to play or
|
|
9
11
|
transcode videos using the Web Streams API.
|
|
10
12
|
|
|
11
13
|
⭐ [Documentation](https://blennies.github.io/unbikit/) and a
|