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 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
- [![npm package minimized gzipped size](https://img.shields.io/bundlejs/size/unbikit)](https://bundlejs.com/?q=unbikit)
3
+ [![minzipped bundle size](https://img.shields.io/bundlephobia/minzip/unbikit?style=flat-square)](https://bundlephobia.com/package/unbikit)
4
+ [![dependency count](https://img.shields.io/badge/dependency%20count-0-blue?style=flat-square)](https://npmgraph.js.org/?q=unbikit)
5
+ [![types included](https://img.shields.io/npm/types/unbikit?style=flat-square)](https://www.npmjs.com/package/unbikit)
4
6
 
5
7
  > ⚠️
6
- > This package is at a very early development stage. Expect **_major_** API changes!
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