roavatar-renderer 1.3.6 → 1.4.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.
package/README.md CHANGED
@@ -3,6 +3,8 @@ The Roblox Avatar renderer used by https://github.com/steinann/RoAvatar
3
3
 
4
4
  Links: [npm](https://www.npmjs.com/package/roavatar-renderer) | [GitHub](https://github.com/steinann/RoAvatar-Renderer)
5
5
 
6
+ Docs: [Documentation](https://steinann.github.io/RoAvatar-Renderer/)
7
+
6
8
  > **IMPORTANT** <br>
7
9
  > Assets are *NOT* included in the npm module or this repository, you have to get them from the main RoAvatar repository OR set
8
10
  > ```FLAGS.ONLINE_ASSETS = true```
@@ -56,6 +58,4 @@ if (!(outfit instanceof Outfit)) throw new Error("Failed to get outfit")
56
58
  outfitRenderer.setMainAnimation("idle")
57
59
  ```
58
60
 
59
- More info available in ```/docs```
60
-
61
61
  Also the OutfitRenderer code or RoAvatar source code is useful, especially ```avatarPreview.ts```