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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ JECS (javascript-entity-component-system) is a easy to use [Entity Component Sys
9
9
npm i javascript-entity-component-system
10
10
```
11
11
12
-
##Features
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
15
- 💾 **Lightweight** - JECS is a lightweight library. The minified version sits at 2.80kb.
0 commit comments