UNPKG

@andresaya/edge-tts

Version:

Edge TTS is a package that allows access to the online text-to-speech service used by Microsoft Edge without the need for Microsoft Edge, Windows, or an API key.

6 lines (5 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EdgeTTS = void 0; var EdgeTTS_1 = require("./services/EdgeTTS"); Object.defineProperty(exports, "EdgeTTS", { enumerable: true, get: function () { return EdgeTTS_1.EdgeTTS; } });