harfbuzzjs 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/settings.json +2 -1
- package/hb-subset.symbols +1 -0
- package/hb.js +3 -3
- package/package.json +1 -1
- package/hb-subset.wasm +0 -0
package/.vscode/settings.json
CHANGED
package/hb-subset.symbols
CHANGED
|
@@ -18,6 +18,7 @@ _hb_subset_input_destroy
|
|
|
18
18
|
_hb_subset_input_get_flags
|
|
19
19
|
_hb_subset_input_get_user_data
|
|
20
20
|
_hb_subset_input_glyph_set
|
|
21
|
+
_hb_subset_input_pin_all_axes_to_default
|
|
21
22
|
_hb_subset_input_pin_axis_location
|
|
22
23
|
_hb_subset_input_pin_axis_to_default
|
|
23
24
|
_hb_subset_input_reference
|
package/hb.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
var
|
|
2
|
+
var EmscriptenCode = (() => {
|
|
3
3
|
var _scriptName = typeof document != 'undefined' ? document.currentScript?.src : undefined;
|
|
4
4
|
if (typeof __filename != 'undefined') _scriptName = _scriptName || __filename;
|
|
5
5
|
return (
|
|
@@ -14,6 +14,6 @@ var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;var readyPromise
|
|
|
14
14
|
);
|
|
15
15
|
})();
|
|
16
16
|
if (typeof exports === 'object' && typeof module === 'object')
|
|
17
|
-
module.exports =
|
|
17
|
+
module.exports = EmscriptenCode;
|
|
18
18
|
else if (typeof define === 'function' && define['amd'])
|
|
19
|
-
define([], () =>
|
|
19
|
+
define([], () => EmscriptenCode);
|
package/package.json
CHANGED
package/hb-subset.wasm
DELETED
|
Binary file
|