Transformers.js How to use huggingworld/m2m100_418M with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('translation', 'huggingworld/m2m100_418M');