mage-engine 3.14.2 → 3.15.3

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 +9 -5
  2. package/dist/mage.js +8325 -14074
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,15 +1,19 @@
1
1
  # Mage
2
2
 
3
- ![npm](https://img.shields.io/npm/v/mage-engine?color=%232ecc71&style=for-the-badge)
4
- ![npm](https://img.shields.io/npm/dy/mage-engine?color=%23e67e22&style=for-the-badge)
5
- ![npm bundle size](https://img.shields.io/bundlephobia/min/mage-engine?&style=for-the-badge)
6
- ![GitHub repo size](https://img.shields.io/github/repo-size/MageStudio/Mage?&style=for-the-badge)
3
+ ![npm](https://img.shields.io/npm/v/mage-engine?color=%232ecc71)
4
+ ![npm](https://img.shields.io/npm/dy/mage-engine?color=%23e67e22)
5
+ ![npm bundle size](https://img.shields.io/bundlephobia/min/mage-engine)
6
+ ![GitHub repo size](https://img.shields.io/github/repo-size/MageStudio/Mage)
7
+ ![Discord](https://badgen.net/discord/members/NR5ZDGFG5j)
7
8
 
8
9
  ---
9
10
 
10
11
  Mage is a game engine built on top of THREEJS. It features all you need to create fully interactive 3D application that can be distributed via web, desktop or mobile.
11
12
 
12
- [Documentation](https://magestudio.github.io/docs/#/)
13
+ [Documentation](https://www.mage.studio/docs)
14
+
15
+ ## Development
16
+ The engine is under heavy development. The best way to stay up to date with changes, new features and bug fixes is to [join the Discord server](https://discord.gg/NR5ZDGFG5j).
13
17
 
14
18
  ---
15
19