UNPKG

text-to-svg-hb

Version:

Convert text to SVG paths with HarfBuzz support for complex text shaping

9 lines (7 loc) 196 B
var hbjs = require("./hbjs.js"); var hb = require("./hb.js"); module.exports = new Promise(function (resolve, reject) { hb().then((instance) => { resolve(hbjs(instance)); }, reject); });