@newkrok/nape-js 3.16.0 → 3.16.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/README.md +3 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +17 -4
package/README.md
CHANGED
|
@@ -9,10 +9,13 @@
|
|
|
9
9
|
[](https://github.com/NewKrok/nape-js/actions/workflows/ci.yml)
|
|
10
10
|
[](https://github.com/NewKrok/nape-js)
|
|
11
11
|
[](https://github.com/NewKrok/nape-js/blob/master/LICENSE)
|
|
12
|
+
[](https://newkrok.github.io/nape-js/)
|
|
12
13
|
|
|
13
14
|
Fully typed, tree-shakeable 2D physics engine — a modern TypeScript rewrite of the
|
|
14
15
|
[Nape](https://github.com/deltaluca/nape) Haxe physics engine.
|
|
15
16
|
|
|
17
|
+
**[Homepage & Interactive Demos](https://newkrok.github.io/nape-js/)** | **[API Reference](https://newkrok.github.io/nape-js/api/)** | **[Examples](https://newkrok.github.io/nape-js/examples.html)** | **[Multiplayer Demo](https://newkrok.github.io/nape-js/multiplayer.html)**
|
|
18
|
+
|
|
16
19
|
- Originally created in Haxe by Luca Deltodesco
|
|
17
20
|
- Ported to TypeScript by Istvan Krisztian Somoracz
|
|
18
21
|
|