UNPKG

locize

Version:

This package adds the incontext editor to your i18next setup.

9 lines (6 loc) 295 B
import { start } from './process.js' export function startStandalone (options = {}) { const { implementation, ...rest } = options start(implementation, Object.keys(rest).length > 0 ? rest : undefined) } if (typeof window !== 'undefined') { window.locizeStartStandalone = startStandalone }