princejs 1.9.5 → 1.9.7
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 → README.md} +4 -4
- package/package.json +1 -1
package/{Readme.md → README.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="./src/images/og.png" alt="PrinceJS"
|
|
3
|
+
<img src="./src/images/og.png" alt="PrinceJS"/>
|
|
4
4
|
|
|
5
5
|
# 👑 PrinceJS
|
|
6
6
|
|
|
@@ -36,9 +36,9 @@ Benchmarked with `oha -c 100 -z 30s` on Windows 10:
|
|
|
36
36
|
## 🚀 Quick Start
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
npm install princejs
|
|
40
|
+
bun add princejs
|
|
41
|
+
yarn add princejs
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
```ts
|
package/package.json
CHANGED