UNPKG

@metasys96/react-native-voice-control

Version:

Package recodes the voice data using a microphone and converts it into text.

9 lines (8 loc) 387 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.VoiceControl = void 0; var VoiceControl_1 = __importDefault(require("./src/Components/VoiceControl/VoiceControl")); exports.VoiceControl = VoiceControl_1.default;