@tresjs/cientos 5.6.0 → 5.7.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 +5 -3
- package/dist/trescientos.d.ts +2581 -2586
- package/dist/trescientos.js +34 -44
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://
|
|
4
|
+
<a href="https://npmx.dev/package/@tresjs/cientos"><img src="https://npmx.dev/api/registry/badge/version/@tresjs/cientos" alt="version"></a>
|
|
5
5
|
<a href="https://www.npmjs.com/package/@tresjs/cientos"><img src="https://img.shields.io/npm/dm/@tresjs/cientos?color=FBB03B" alt="npm downloads"></a>
|
|
6
6
|
<a href="https://tresjs.org/discord"><img src="https://img.shields.io/badge/chat-discord-purple?style=flat&logo=discord" alt="discord chat"></a>
|
|
7
7
|
</p>
|
|
@@ -20,7 +20,9 @@ Cientos (the Spanish word for "hundreds", pronounced /θjentos/ ) is a collectio
|
|
|
20
20
|
|
|
21
21
|
The cientos package uses `three-stdlib` module under the hood instead of the three/examples/jsm module. This means that you don't need to extend the catalog of components using the extend method from the `core`, cientos does it for you.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
## Docs
|
|
24
|
+
|
|
25
|
+
Checkout the [docs](https://cientos.tresjs.org/)
|
|
24
26
|
|
|
25
27
|
## Installation
|
|
26
28
|
|