despia-native 1.0.6 → 1.0.7
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# Despia SDK
|
|
2
|
+
|
|
1
3
|
JavaScript SDK for [Despia](https://despia.com) - Transform your web app into a native iOS & Android app without writing Swift or Kotlin. This npm package provides command queuing and variable watching for seamless integration with Despia's GPU-accelerated native runtime, enabling access to 25+ device APIs through simple JavaScript calls.
|
|
2
4
|
|
|
3
5
|
## About Despia
|
|
@@ -442,7 +444,7 @@ const deviceInfo: any = despia.deviceInfo;
|
|
|
442
444
|
|
|
443
445
|
## Integration with Despia
|
|
444
446
|
|
|
445
|
-
Despia operates through a streamlined protocol handler system, allowing you to invoke native features using the global `window.despia` object. This npm package is the JavaScript SDK that makes your web app communicate with Despia's native runtime. The SDK provides:
|
|
447
|
+
Despia operates through a streamlined protocol handler system, allowing you to invoke native features using the global `window.despia` object. This npm package is the JavaScript SDK that makes your web app communicate with Despia's native runtime. The SDK provides:
|
|
446
448
|
|
|
447
449
|
- **Command Queuing** - Sequential execution of Despia commands via `window.despia` setter
|
|
448
450
|
- **Variable Watching** - Async monitoring of response variables
|
|
@@ -465,4 +467,4 @@ This streamlined approach triggers Despia's native runtime to handle the native
|
|
|
465
467
|
|
|
466
468
|
## License
|
|
467
469
|
|
|
468
|
-
MIT
|
|
470
|
+
MIT
|