@ue-too/board-pixi-integration 0.14.1 → 0.16.0

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
@@ -12,11 +12,13 @@ TODO: Add package overview
12
12
  ## Installation
13
13
 
14
14
  Using Bun:
15
+
15
16
  ```bash
16
17
  bun add @ue-too/board-integration
17
18
  ```
18
19
 
19
20
  Using npm:
21
+
20
22
  ```bash
21
23
  npm install @ue-too/board-integration
22
24
  ```
package/index.d.ts CHANGED
@@ -2,4 +2,5 @@
2
2
  * @packageDocumentation
3
3
  * Board integration package for uē-tôo.
4
4
  */
5
- export { PixiInputParser } from "./pixi-input-event-parser";
5
+ export * from './pixi-input-event-parser';
6
+ export * from './init-app';