@grida/canvas-wasm 0.0.58 → 0.0.59
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/dist/grida_canvas_wasm.wasm +0 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
Binary file
|
package/dist/index.d.mts
CHANGED
|
@@ -86,9 +86,12 @@ declare namespace fonts {
|
|
|
86
86
|
|
|
87
87
|
/** Font style instance for UI consumption */
|
|
88
88
|
export interface FontStyle {
|
|
89
|
+
face_id: string;
|
|
90
|
+
face_post_script_name: string;
|
|
89
91
|
name: string;
|
|
90
92
|
postscript_name: string | null;
|
|
91
93
|
italic: boolean;
|
|
94
|
+
weight: number;
|
|
92
95
|
}
|
|
93
96
|
|
|
94
97
|
/** Complete family-level analysis result for UI consumption */
|
package/dist/index.d.ts
CHANGED
|
@@ -86,9 +86,12 @@ declare namespace fonts {
|
|
|
86
86
|
|
|
87
87
|
/** Font style instance for UI consumption */
|
|
88
88
|
export interface FontStyle {
|
|
89
|
+
face_id: string;
|
|
90
|
+
face_post_script_name: string;
|
|
89
91
|
name: string;
|
|
90
92
|
postscript_name: string | null;
|
|
91
93
|
italic: boolean;
|
|
94
|
+
weight: number;
|
|
92
95
|
}
|
|
93
96
|
|
|
94
97
|
/** Complete family-level analysis result for UI consumption */
|
package/dist/index.js
CHANGED
|
@@ -5816,7 +5816,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
5816
5816
|
var import_grida_canvas_wasm = __toESM(require_grida_canvas_wasm());
|
|
5817
5817
|
|
|
5818
5818
|
// package.json
|
|
5819
|
-
var version = "0.0.
|
|
5819
|
+
var version = "0.0.59";
|
|
5820
5820
|
|
|
5821
5821
|
// lib/modules/fonts.ts
|
|
5822
5822
|
var FontsAPI = class {
|
package/dist/index.mjs
CHANGED
|
@@ -5805,7 +5805,7 @@ var require_grida_canvas_wasm = __commonJS({
|
|
|
5805
5805
|
var import_grida_canvas_wasm = __toESM(require_grida_canvas_wasm());
|
|
5806
5806
|
|
|
5807
5807
|
// package.json
|
|
5808
|
-
var version = "0.0.
|
|
5808
|
+
var version = "0.0.59";
|
|
5809
5809
|
|
|
5810
5810
|
// lib/modules/fonts.ts
|
|
5811
5811
|
var FontsAPI = class {
|