You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ npm i javascript-entity-component-system
12
12
##Features
13
13
- ⚡ **Simple API** - JECS has a very simple and easy to use API with a mix of object-oriented and prodecural type of methods.
14
14
- 🥤 **No Dependencies** - JECS is built with TypeScript and compiled to JavaScript without the need of any external libraries. The source code is only ~250 lines long.
15
+
- 💾 **Lightweight** - JECS is a lightweight library. The minified version sits at 2.80kb.
15
16
- 🤝 **TypeScript support** - JECS is built and is best used with TypeScript. Type defintions and hinting are provided naturally.
16
-
- 📄 **Documentation** - JECS has documentation about every method and examples on how to use them.
17
+
- 📄 **Documentation** - JECS has documentation for every method and often examples on how to use them.
0 commit comments