moderndash 2.3.0 → 2.3.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 +4 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
47
|
<div align=center class="space-y">
|
|
48
|
-
<img alt="
|
|
48
|
+
<img alt="Intro Code" width=100% src="https://raw.githubusercontent.com/Maggi64/moderndash/main/website/src/assets/introCodeV6.svg"></img>
|
|
49
49
|
</div>
|
|
50
50
|
|
|
51
51
|
## 💾 Installation
|
|
@@ -57,13 +57,10 @@ npm install moderndash
|
|
|
57
57
|
|
|
58
58
|
**NodeJS**: >16.14 | **Typescript**: >4.7
|
|
59
59
|
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
> `NodeJS 16-18`: Enable the [experimental-global-webcrypto](https://nodejs.dev/en/api/v16/cli#--experimental-global-webcrypto) flag to use crypto functions.
|
|
61
|
+
> `TypeScript 4.8-4.9`: Enable the [experimentalDecorators](https://www.typescriptlang.org/tsconfig#experimentalDecorators) flag to use decorator functions.
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
To use the `decorator` functions, set the [experimentalDecorators](https://www.typescriptlang.org/tsconfig#experimentalDecorators) flag.
|
|
65
|
-
|
|
66
|
-
*Works out of the box with NodeJS 19 & Typescript 5 or above.*
|
|
63
|
+
Works out of the box with `NodeJS 19+` & `Typescript 5+`
|
|
67
64
|
|
|
68
65
|
## 🚀 Performance
|
|
69
66
|
|