UNPKG

expo-sound-analysis

Version:
7 lines 278 B
import { createRunOncePlugin } from "@expo/config-plugins"; const pkg = require("../package.json"); const withSoundAnalyzer = (config) => { return config; }; export default createRunOncePlugin(withSoundAnalyzer, pkg.name, pkg.version); //# sourceMappingURL=app.plugin.js.map