unreal-toolkit-next 0.0.1 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Unreal Toolkit - Next Edition
|
2
|
-
A universal runtime library for advanced Unreal Engine web game development. The **Unreal Toolkit**
|
3
|
-
|
2
|
+
A universal runtime library for advanced Unreal Engine web game development. The **Unreal Toolkit** enables interoperability
|
3
|
+
with your hosted Unreal Engine streaming web application.
|
4
4
|
|
5
5
|
<a href="https://www.npmjs.com/package/unreal-toolkit">Classic Edition (UMD)</a>
|
6
6
|
<br/>
|
@@ -14,5 +14,5 @@ npm install unreal-toolkit-next
|
|
14
14
|
|
15
15
|
* Default Toolkit Import Libraries
|
16
16
|
```javascript
|
17
|
-
import
|
17
|
+
import UnrealToolkit from 'unreal-toolkit';
|
18
18
|
```
|