2.3.0 • Published 6 years ago

cordova-plugin-notification-sounds v2.3.0

Weekly downloads
6
License
MIT
Repository
-
Last release
6 years ago

Установка

cordova plugin add git+http://git.scat.su/external/cordova-plugin-notification-sounds.git/

Либо добавить в config.xml:

<plugin name="cordova-plugin-notification-sounds" spec="git+http://git.scat.su/external/cordova-plugin-notification-sounds.git/" />

И в package.json:

{
  "dependencies": {
    "cordova-plugin-notification-sounds": "git+http://git.scat.su/external/cordova-plugin-notification-sounds.git/"
  }
}