neutronium 2.0.1 → 2.0.3
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 +3 -6
- package/neutronium.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
<div style="display: flex; align-items: center; gap: 5px"><img src="./neutronium.png" style="width: 25px; margin-bottom: 20px"><h1>Neutronium</h1></div>
|
|
2
2
|
|
|
3
3
|
> Ultra-dense JavaScript framework - maximum performance, minimal overhead
|
|
4
4
|
|
|
@@ -63,7 +63,7 @@ render(TodoList, document.getElementById('app'));
|
|
|
63
63
|
|
|
64
64
|
```bash
|
|
65
65
|
# Clone the repository
|
|
66
|
-
git clone https://github.com/
|
|
66
|
+
git clone https://github.com/PFMCODES/neutronium.git
|
|
67
67
|
|
|
68
68
|
# Install dependencies
|
|
69
69
|
npm install
|
|
@@ -94,7 +94,4 @@ MIT License - see the [LICENSE](LICENSE) file for details.
|
|
|
94
94
|
Just like neutronium is the densest stable matter in the universe, Neutronium framework packs maximum functionality into minimal code. It's designed for developers who want powerful features without the bloat.
|
|
95
95
|
|
|
96
96
|
---
|
|
97
|
-
|
|
98
|
-
**Built with ※ by PFMCODES Org.**
|
|
99
|
-
|
|
100
|
-
*"Dense with features, light on complexity"*
|
|
97
|
+
<div style="display: flex; align-items: center; gap: 5px; font-weight: bolder"><h2>Built with</h2><img src="./neutronium.png" style="width: 25px"><h2> by PFMCODES </h2></div>
|
package/neutronium.png
ADDED
|
Binary file
|