satori 0.4.2 → 0.4.4
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/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -3
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.wasm.cjs +6 -6
- package/dist/index.wasm.cjs.map +1 -1
- package/dist/index.wasm.js +6 -6
- package/dist/index.wasm.js.map +1 -1
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { Yoga } from 'yoga-wasm-web';
|
|
3
3
|
|
|
4
4
|
declare const code: {
|
|
5
5
|
readonly 'ja-JP': RegExp;
|
|
@@ -134,8 +134,7 @@ interface TwConfig {
|
|
|
134
134
|
}>;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
declare
|
|
138
|
-
declare function init(yoga: typeof Yoga): void;
|
|
137
|
+
declare function init(yoga: Yoga): void;
|
|
139
138
|
|
|
140
139
|
declare type SatoriOptions = ({
|
|
141
140
|
width: number;
|