@newkrok/nape-js 2.1.0 → 3.0.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 +7 -1
- package/dist/index.cjs +317 -418
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +153 -189
- package/dist/index.d.ts +153 -189
- package/dist/index.js +317 -418
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @newkrok/nape-js
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@newkrok/nape-js)
|
|
4
|
+
[](https://www.npmjs.com/package/@newkrok/nape-js)
|
|
5
|
+
[](https://github.com/NewKrok/nape-js)
|
|
6
|
+
[](https://github.com/NewKrok/nape-js)
|
|
7
|
+
[](https://github.com/NewKrok/nape-js/blob/master/LICENSE)
|
|
8
|
+
|
|
3
9
|
Modern TypeScript wrapper for the [Nape](https://github.com/deltaluca/nape) 2D physics engine.
|
|
4
10
|
|
|
5
11
|
- Original Haxe engine by Luca Deltodesco
|
|
@@ -130,7 +136,7 @@ body.space = space;
|
|
|
130
136
|
```bash
|
|
131
137
|
npm install
|
|
132
138
|
npm run build # Compile TypeScript + bundle
|
|
133
|
-
npm test # Run tests (
|
|
139
|
+
npm test # Run tests (141 tests)
|
|
134
140
|
npm run benchmark # Performance benchmarks
|
|
135
141
|
```
|
|
136
142
|
|