UNPKG

locize

Version:

This package adds the incontext editor to your i18next setup.

10 lines (8 loc) 241 B
import { api } from './postMessage.js'; function handler(payload, e) { api.source = e.source; api.origin = e.origin; api.sendLocizeIsEnabled(payload); api.requestInitialize(api.config); } api.addHandler('isLocizeEnabled', handler);