Minimal OMD Library Example

This example shows how simple it is to use the OMD library:

// Just 2 lines to render math!
const renderer = new omdDisplay(container);
renderer.render('2*x + 3 = 7');