parro-it/libui-node

Duplicate exports textItalic and textStretch

juliendargelos opened this issue · 0 comments

libui-node/index.js

Lines 438 to 442 in aca80d9

module.exports.textStretch = textStretch;
module.exports.textItalic = textItalic;
module.exports.textWeight = textWeight;
module.exports.textItalic = textItalic;
module.exports.textStretch = textStretch;