@ue-too/board-pixi-integration 0.12.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 ADDED
@@ -0,0 +1,38 @@
1
+ # @ue-too/board-integration
2
+
3
+ Description of the board-integration package.
4
+
5
+ [![npm version](https://img.shields.io/npm/v/@ue-too/board-integration.svg)](https://www.npmjs.com/package/@ue-too/board-integration)
6
+ [![license](https://img.shields.io/npm/l/@ue-too/board-integration.svg)](https://github.com/ue-too/ue-too/blob/main/LICENSE.txt)
7
+
8
+ ## Overview
9
+
10
+ TODO: Add package overview
11
+
12
+ ## Installation
13
+
14
+ Using Bun:
15
+ ```bash
16
+ bun add @ue-too/board-integration
17
+ ```
18
+
19
+ Using npm:
20
+ ```bash
21
+ npm install @ue-too/board-integration
22
+ ```
23
+
24
+ ## Quick Start
25
+
26
+ TODO: Add quick start example
27
+
28
+ ## API Reference
29
+
30
+ For complete API documentation with detailed type information, see the [TypeDoc-generated documentation](/board-integration/).
31
+
32
+ ## License
33
+
34
+ MIT
35
+
36
+ ## Repository
37
+
38
+ [https://github.com/ue-too/ue-too](https://github.com/ue-too/ue-too)
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @packageDocumentation
3
+ * Board integration package for uē-tôo.
4
+ */
5
+ export { PixiInputParser } from "./pixi-input-event-parser";