docs(three-dee-touch): add plugin description (#2524)

This commit is contained in:
Cristian Rivas Gómez 2018-06-03 15:41:07 +02:00 committed by Daniel Sogl
parent c03b73f69c
commit e6b02b1875

View File

@ -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