Skip to content

Commit 68ba3a5

Browse files
committed
Add demo project for npm library usage
1 parent 10df7db commit 68ba3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This module implements JavaScript/TypeScript language support for the godot game
88
- Almost complete ES2020 support
99
- All godot api avaliable
1010
- Operator overriding for builtin types (Vector3, Color, etc)
11-
- Using thirdpart libraries directly from npm
11+
- TypeScript support
12+
- [Using thirdpart libraries from npm](https://github.com/GodotExplorer/ECMAScriptDemos/tree/master/npm_module)
1213
- Multi-thread support with Worker API
13-
- Full TypeScript workflow support
1414
- Full code completion support for all godot APIs including signals and enumerations
1515
- Debug in Visual Studio Code with the [plugin](https://marketplace.visualstudio.com/items?itemName=geequlim.godot-javascript-debug)
1616

0 commit comments

Comments
 (0)