@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 +38 -0
- package/index.d.ts +5 -0
- package/index.js +663 -0
- package/index.js.map +298 -0
- package/package.json +36 -0
- package/pixi-input-event-parser.d.ts +65 -0
package/README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# @ue-too/board-integration
|
|
2
|
+
|
|
3
|
+
Description of the board-integration package.
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@ue-too/board-integration)
|
|
6
|
+
[](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)
|