0.1.0 • Published 12 months ago

react-native-superpowered-sdk v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

react-native-superpowered-sdk

Integração do Superpowered com React Native

Installation

npm install react-native-superpowered-sdk

Usage

import { useSuperpowered } from 'react-native-superpowered-sdk';

// ...

useSuperpowered({
  licenseKey: 'ExampleLicenseKey-WillExpire-OnNextUpdate',
  enableAudioAnalysis: false,
  enableFFTAndFrequencyDomain: false,
  enableAudioTimeStretching: false,
  enableAudioEffects: true,
  enableAudioPlayerAndDecoder: true,
  enableCryptographics: false,
  enableNetworking: true,
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library