@newkrok/nape-js 2.1.0 → 3.1.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
@@ -1,5 +1,11 @@
1
1
  # @newkrok/nape-js
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@newkrok/nape-js.svg)](https://www.npmjs.com/package/@newkrok/nape-js)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@newkrok/nape-js.svg)](https://www.npmjs.com/package/@newkrok/nape-js)
5
+ [![tests](https://img.shields.io/badge/tests-141%20passed-brightgreen.svg)](https://github.com/NewKrok/nape-js)
6
+ [![bundle size](https://img.shields.io/badge/gzip-414%20KB-blue.svg)](https://github.com/NewKrok/nape-js)
7
+ [![license](https://img.shields.io/npm/l/@newkrok/nape-js.svg)](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 (71 tests)
139
+ npm test # Run tests (141 tests)
134
140
  npm run benchmark # Performance benchmarks
135
141
  ```
136
142