@tresjs/cientos 5.3.1 β 5.5.0
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 +1 -17
- package/dist/trescientos.d.ts +2677 -2891
- package/dist/trescientos.js +367 -216
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -28,18 +28,6 @@ It just works. π―
|
|
|
28
28
|
pnpm i @tresjs/cientos
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
## Docs
|
|
32
|
-
|
|
33
|
-
Checkout the [docs](https://cientos.tresjs.org/)
|
|
34
|
-
|
|
35
|
-
## Demos
|
|
36
|
-
|
|
37
|
-
- [Stackblitz Collection](https://stackblitz.com/@alvarosabu/collections/tresjs)
|
|
38
|
-
|
|
39
|
-
## Contributing
|
|
40
|
-
|
|
41
|
-
We are open to contributions, please read the [contributing guide](/CONTRIBUTING.md) to get started.
|
|
42
|
-
|
|
43
31
|
### Build
|
|
44
32
|
|
|
45
33
|
To build the package run:
|
|
@@ -70,7 +58,7 @@ TODO...
|
|
|
70
58
|
|
|
71
59
|
### Docs
|
|
72
60
|
|
|
73
|
-
To run
|
|
61
|
+
To run the docs in dev mode
|
|
74
62
|
|
|
75
63
|
```bash
|
|
76
64
|
pnpm run docs:dev
|
|
@@ -85,7 +73,3 @@ pnpm run docs:build
|
|
|
85
73
|
## License
|
|
86
74
|
|
|
87
75
|
[MIT](/LICENSE)
|
|
88
|
-
|
|
89
|
-
## Sponsors
|
|
90
|
-
|
|
91
|
-
Be the first to support this project [here](https://github.com/sponsors/alvarosabu) βΊοΈ.
|