@drincs/pixi-vn 0.2.1 → 0.2.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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -56,7 +56,7 @@ declare class CanvasEvent<C> {
|
|
|
56
56
|
* }
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
|
-
declare
|
|
59
|
+
declare class StoredClassModel {
|
|
60
60
|
/**
|
|
61
61
|
* @param categoryId The id of the category. For example if you are storing a character class, you can use "characters" as categoryId. so all instances of the character class will be stored in the "characters" category.
|
|
62
62
|
* @param id The id of instance of the class. This id must be unique for the category.
|
package/dist/index.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ declare class CanvasEvent<C> {
|
|
|
56
56
|
* }
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
|
-
declare
|
|
59
|
+
declare class StoredClassModel {
|
|
60
60
|
/**
|
|
61
61
|
* @param categoryId The id of the category. For example if you are storing a character class, you can use "characters" as categoryId. so all instances of the character class will be stored in the "characters" category.
|
|
62
62
|
* @param id The id of instance of the class. This id must be unique for the category.
|
package/dist/index.js
CHANGED
|
@@ -1049,7 +1049,7 @@ function showImageWithDissolveTransition(tag, imageUrl, speed, priority) {
|
|
|
1049
1049
|
}
|
|
1050
1050
|
|
|
1051
1051
|
// src/constants.ts
|
|
1052
|
-
var PIXIVN_VERSION = "0.
|
|
1052
|
+
var PIXIVN_VERSION = "0.2.2";
|
|
1053
1053
|
|
|
1054
1054
|
// src/functions/SavesUtility.ts
|
|
1055
1055
|
function getSaveData() {
|