UNPKG
lingator
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
A plug-and-play npm package to auto-translate webpages using Google's Gemini AI.
lingator
/
config.js
9 lines
(7 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// import dotenv from "dotenv";
// dotenv.config();
export
default
{ apiKey:
"AIzaSyCUmYkjxf60NQKD9eJT8xxhZ_G_145LsA8"
, languages: [
"en"
,
"fr"
,
"de"
,
"hi"
], defaultLang:
"en"
};