@novely/core 0.36.0 → 0.37.0-beta.0
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.d.ts +34 -2
- package/dist/index.global.js +2 -0
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -937,6 +937,7 @@ import pLimit from "p-limit";
|
|
|
937
937
|
import { DEV as DEV2 } from "esm-env";
|
|
938
938
|
var novely = ({
|
|
939
939
|
characters,
|
|
940
|
+
characterAssetSizes = {},
|
|
940
941
|
defaultEmotions = {},
|
|
941
942
|
storage = localStorageStorage({ key: "novely-game-storage" }),
|
|
942
943
|
storageDelay = Promise.resolve(),
|
|
@@ -1373,6 +1374,7 @@ var novely = ({
|
|
|
1373
1374
|
const renderer = createRenderer({
|
|
1374
1375
|
mainContextKey: MAIN_CONTEXT_KEY,
|
|
1375
1376
|
characters,
|
|
1377
|
+
characterAssetSizes,
|
|
1376
1378
|
set,
|
|
1377
1379
|
restore,
|
|
1378
1380
|
save,
|