@capgo/capacitor-textinteraction 7.0.0 → 7.0.2
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,3 +77,7 @@ iOS only.
|
|
|
77
77
|
| **`enabled`** | <code>boolean</code> | Whether text interaction should be enabled or disabled. Disabling hides the magnifier lens reintroduced with iOS 15. |
|
|
78
78
|
|
|
79
79
|
</docgen-api>
|
|
80
|
+
|
|
81
|
+
### Credits
|
|
82
|
+
|
|
83
|
+
This plugin was inspired by the work of https://github.com/astrocreep/capacitor-plugins/tree/main/packages/textinteraction
|