@tresjs/cientos 2.0.0-beta.0 → 2.0.0-beta.2

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
@@ -7,7 +7,7 @@
7
7
  </p>
8
8
  <br/>
9
9
 
10
- # Cientos
10
+ # Cientos
11
11
 
12
12
  > Collection of useful helpers and fully functional, ready-made abstractions for Tres
13
13
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  Cientos (Spanish word for "hundreds", pronounced /θjentos/ ) is is a collection of useful ready-to-go helpers and components that are not part of the core package. The name uses the word uses in spanish to multiply by 100, to refer to the potential reach of the package to hold a amazing abstractions.
20
20
 
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 catalogue of components using the extend method of the useCatalogue composable, cientos does it for you.
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 catalogue of components using the extend method from the `core`, cientos does it for you.
22
22
 
23
23
  It just works. 💯
24
24
 
@@ -50,7 +50,6 @@ pnpm run build
50
50
 
51
51
  ### Playground
52
52
 
53
-
54
53
  To run the playground run, its a great way to test the components and helpers locally:
55
54
 
56
55
  First install dependencies
@@ -83,7 +82,6 @@ To build them
83
82
  pnpm run docs:build
84
83
  ```
85
84
 
86
-
87
85
  ## License
88
86
 
89
87
  [MIT](/LICENSE)