UNPKG

gptrans

Version:

🚆 GPTrans - The smarter AI-powered way to translate.

12 lines (10 loc) • 207 B
import GPTrans from '../index.js'; try { const gptrans = new GPTrans({ target: 'ar', from: 'es', }); console.log(gptrans.t('Cargando...')); } catch (e) { console.error(e); }