vue-phaserjs 2.1.0 → 2.2.1

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.
Files changed (3) hide show
  1. package/README.md +12 -12
  2. package/dist/index.js +34518 -22
  3. package/package.json +11 -8
package/README.md CHANGED
@@ -1,16 +1,9 @@
1
1
  # vue-phaserjs
2
2
 
3
- <p>
4
- <a href="https://www.npmjs.com/package/vue-phaserjs">
5
- <img src="https://img.shields.io/npm/v/vue-phaserjs.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Version">
6
- </a>
7
- <a href="https://www.npmjs.com/package/vue-phaserjs">
8
- <img src="https://img.shields.io/npm/dm/vue-phaserjs.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads">
9
- </a>
10
- <a href="https://github.com/Esposter/Esposter/blob/main/LICENSE">
11
- <img src="https://img.shields.io/github/license/Esposter/Esposter.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="License">
12
- </a>
13
- </p>
3
+ [![Apache-2.0 licensed][badge-license]][url-license]
4
+ [![NPM version][badge-npm-version]][url-npm]
5
+ [![NPM downloads][badge-npm-downloads]][url-npm]
6
+ [![NPM Unpacked Size (with version)][badge-npm-unpacked-size]][url-npm]
14
7
 
15
8
  Inspired by [phavuer](https://github.com/laineus/phavuer).
16
9
 
@@ -40,4 +33,11 @@ An example [implementation](https://github.com/Esposter/Esposter/blob/main/packa
40
33
 
41
34
  ## <a name="license">⚖️ License</a>
42
35
 
43
- [Apache-2.0 licensed](https://github.com/Esposter/Esposter/blob/main/LICENSE)
36
+ This project is licensed under the [Apache-2.0 license](https://github.com/Esposter/Esposter/blob/main/LICENSE).
37
+
38
+ [badge-license]: https://img.shields.io/github/license/Esposter/Esposter.svg?color=blue
39
+ [url-license]: https://github.com/Esposter/Esposter/blob/main/LICENSE
40
+ [badge-npm-version]: https://img.shields.io/npm/v/vue-phaserjs/latest?color=brightgreen
41
+ [url-npm]: https://www.npmjs.com/package/vue-phaserjs/v/latest
42
+ [badge-npm-unpacked-size]: https://img.shields.io/npm/unpacked-size/vue-phaserjs/latest?label=npm
43
+ [badge-npm-downloads]: https://img.shields.io/npm/dm/vue-phaserjs.svg