mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 06:42:48 +00:00
12 lines
122 B
JavaScript
12 lines
122 B
JavaScript
|
|
|
|
imports.gi.versions.HarfBuzz = '0.0'
|
|
const HarfBuzz = imports.gi.HarfBuzz;
|
|
|
|
module.exports = HarfBuzz;
|
|
|
|
|
|
|
|
|
|
|