UNPKG

@webwriter/network

Version:

Visualization of network topologies. Can represent different kinds of networks.

3 lines 234 B
import {sourceLocale, targetLocales} from './locale-codes.js'; import {configureLocalization} from '@lit/localize'; export default configureLocalization({sourceLocale, targetLocales, loadLocale: (locale) => import(`./${locale}.ts`)});