]> git.kianting.info Git - uann/blobdiff - src/harfbuzz.ts
change .gitignore
[uann] / src / harfbuzz.ts
index 437558d4af75b493c9ee4ee1f197ca0772fc62e9..c7be4f0b230fb0bf6782a275b84fe84a6ac09f63 100644 (file)
@@ -1,6 +1,7 @@
 var hb = require('harfbuzzjs/hbjs');
 var fs = require('fs');
-
+// some part of code derived from that by Ebrahim Byagowi,
+// under MIT License
 export function harfbuzzTest(inputString: string){
     WebAssembly.instantiate(fs.readFileSync(__dirname+"/../3rdparty/harfbuzzjs/hb.wasm"))
         .then(function (wsm) {