@capgo/inappbrowser 0.4.7 → 0.4.9

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,13 @@ Capacitor plugin in app browser with urlChangeEvent
11
11
  npm install @capgo/inappbrowser
12
12
  npx cap sync
13
13
  ```
14
+ ## Usage
15
+
16
+ ```js
17
+ import { InAppBrowser } from '@capgo/inappbrowser'
18
+
19
+ InAppBrowser.open("YOUR_URL");
20
+ ```
14
21
 
15
22
  ## API
16
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",