webgl2-glyph 0.1.3

WebGL2 text renderer, based on glyph_brush and ab_glyph (CPU rasterized glyph atlas).
Documentation
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>webgl2-glyph-atlas</title>

    <base data-trunk-public-url />
    <style>
      body { background: #fff }
    </style>
  </head>
  <body>
    <div>
      <canvas
              id="canvas"
              height="600"
              width="600" />

      <!-- add

      style="image-rendering: pixelated; width: 500px; height: 500px;"

      to get a 2x magnified view of the canvas. -->
    </div>
  </body>
</html>