From e6b02b1875d73ced999c738dc1b81df351b9f811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rivas=20G=C3=B3mez?= Date: Sun, 3 Jun 2018 15:41:07 +0200 Subject: [PATCH] docs(three-dee-touch): add plugin description (#2524) --- src/@ionic-native/plugins/three-dee-touch/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/@ionic-native/plugins/three-dee-touch/index.ts b/src/@ionic-native/plugins/three-dee-touch/index.ts index 6907118a0..e34ba9cb8 100644 --- a/src/@ionic-native/plugins/three-dee-touch/index.ts +++ b/src/@ionic-native/plugins/three-dee-touch/index.ts @@ -58,6 +58,10 @@ export interface ThreeDeeTouchForceTouch { /** * @name 3D Touch * @description + * The 3D Touch plugin adds 3D Touch capabilities to your Cordova app. + * + * Requires Cordova plugin: `cordova-plugin-3dtouch`. For more info, please see the [3D Touch plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch). + * * @usage * Please do refer to the original plugin's repo for detailed usage. The usage example here might not be sufficient. * ```typescript