koishi-plugin-vercel-satori-png-service 0.1.1 → 0.1.2
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/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -298,7 +298,7 @@ var initSatori = /* @__PURE__ */ __name(async () => {
|
|
|
298
298
|
);
|
|
299
299
|
await resvg.initWasm(await import_promises.default.readFile(reSvgWasm));
|
|
300
300
|
fontData = await import_promises.default.readFile(
|
|
301
|
-
require2.resolve("
|
|
301
|
+
require2.resolve("../noto-sans-v27-latin-regular.ttf")
|
|
302
302
|
);
|
|
303
303
|
initialized = true;
|
|
304
304
|
}, "initSatori");
|
package/package.json
CHANGED