$ cnpm install text-cache
A cache of generated vector font meshes. This is an internal module used to share generated fonts/glyphs across gl-vis packages.
require('text-cache')(font, str)
Generates a vectorized text mesh.
font
is the font to usestr
is the string to generateReturns A triangulation encoding the vectorized text string.
(c) 2015 Mikola Lysenko. MIT License
Copyright 2013 - present © cnpmjs.org