modules/bridge/README.md
This package serves as a bridge between:
The idea is that TinyMCE core is developed against the internal strict configuration objects to simplify the code. At the same time, developers of TinyMCE plugins have a nice easy-to-use API that requires minimal configuration.
bridge is available as an npm package. You can install it via the npm package @ephox/bridge
npm install @ephox/bridge
Bridge is not designed to be used directly; it forms an API layer as part of the TinyMCE User Interface.