@drincs/pixi-vn 1.2.16 → 1.2.18
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/canvas/index.cjs +52 -52
- package/dist/canvas/index.d.cts +1 -1
- package/dist/canvas/index.d.ts +1 -1
- package/dist/canvas/index.mjs +52 -52
- package/dist/canvas/tickers/index.cjs +2 -2
- package/dist/canvas/tickers/index.mjs +2 -2
- package/dist/character/index.cjs +1 -1
- package/dist/character/index.mjs +1 -1
- package/dist/{index-1w4bBKAx.d.cts → index-DbaokgZ8.d.cts} +24 -8
- package/dist/{index-xaLEzplg.d.ts → index-DiRMyOsp.d.ts} +24 -8
- package/dist/index.cjs +101 -101
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.mjs +101 -101
- package/dist/narration/index.cjs +29 -29
- package/dist/narration/index.mjs +29 -29
- package/dist/sound/index.cjs +20 -20
- package/dist/sound/index.mjs +20 -20
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as _pixi_sound_lib_filters from '@pixi/sound/lib/filters';
|
|
2
2
|
import * as pixi_js from 'pixi.js';
|
|
3
3
|
import { ApplicationOptions, Rectangle } from 'pixi.js';
|
|
4
|
-
export { Assets, ContainerOptions,
|
|
4
|
+
export { Assets, ContainerOptions, Container as PixiJSContainer, Sprite as PixiJSSprite, SpriteOptions as PixiJSSpriteOptions, Text as PixiJSText, TextOptions as PixiJSTextOptions, Rectangle, Texture, TextureSourceLike, Ticker as TickerValue, UPDATE_PRIORITY } from 'pixi.js';
|
|
5
5
|
import { S as SoundManager, s as soundUtils } from './index-DZ1shoNp.cjs';
|
|
6
6
|
export { b as Sound, c as SoundManagerStatic, a as sound } from './index-DZ1shoNp.cjs';
|
|
7
7
|
export { AssetSrc, AssetsBundle, AssetsManifest, LoadParserName, ResolvedAsset, ResolvedSrc, UnresolvedAsset } from 'pixi.js/lib/assets/types';
|
|
8
|
-
import { C as CanvasManagerInterface, c as canvasUtils } from './index-
|
|
9
|
-
export {
|
|
8
|
+
import { C as CanvasManagerInterface, c as canvasUtils } from './index-DbaokgZ8.cjs';
|
|
9
|
+
export { K as CanvasBaseInterface, b as CanvasEvent, a0 as CanvasEventNamesType, d as CanvasManagerStatic, e as Container, I as ImageContainer, M as ImageContainerMemory, E as ImageContainerOptions, f as ImageSprite, N as ImageSpriteMemory, F as ImageSpriteOptions, X as MoveInOutProps, Y as PushInOutProps, R as RegisteredCanvasComponents, i as RegisteredEvents, L as ShakeEffectProps, Z as ShowWithDissolveTransitionProps, _ as ShowWithFadeTransitionProps, S as Sprite, O as SpriteBaseMemory, P as SpriteMemory, G as SpriteOptions, T as Text, Q as TextMemory, H as TextOptions, W as TextureMemory, V as VideoSprite, U as VideoSpriteMemory, J as VideoSpriteOptions, $ as ZoomInOutProps, v as addImage, t as addImageCointainer, A as addVideo, a as canvas, g as canvasComponentDecorator, h as eventDecorator, y as getTexture, w as loadImage, B as loadVideo, m as moveIn, j as moveOut, p as pushIn, k as pushOut, r as removeWithDissolve, l as removeWithFade, s as shakeEffect, x as showImage, u as showImageContainer, D as showVideo, n as showWithDissolve, o as showWithFade, z as zoomIn, q as zoomOut } from './index-DbaokgZ8.cjs';
|
|
10
10
|
import { c as characterUtils } from './index-DPlLfwK1.cjs';
|
|
11
11
|
export { C as CharacterBaseModel, d as CharacterInterface, a as CharacterStoredClass, R as RegisteredCharacters, g as getAllCharacters, b as getCharacterById, s as saveCharacter } from './index-DPlLfwK1.cjs';
|
|
12
12
|
export { CachedMap } from './classes/index.cjs';
|
|
@@ -39,7 +39,7 @@ import 'lru-cache';
|
|
|
39
39
|
import 'deep-diff';
|
|
40
40
|
import 'microdiff';
|
|
41
41
|
|
|
42
|
-
var version = "1.2.
|
|
42
|
+
var version = "1.2.18";
|
|
43
43
|
|
|
44
44
|
declare const Repeat: RepeatType;
|
|
45
45
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as _pixi_sound_lib_filters from '@pixi/sound/lib/filters';
|
|
2
2
|
import * as pixi_js from 'pixi.js';
|
|
3
3
|
import { ApplicationOptions, Rectangle } from 'pixi.js';
|
|
4
|
-
export { Assets, ContainerOptions,
|
|
4
|
+
export { Assets, ContainerOptions, Container as PixiJSContainer, Sprite as PixiJSSprite, SpriteOptions as PixiJSSpriteOptions, Text as PixiJSText, TextOptions as PixiJSTextOptions, Rectangle, Texture, TextureSourceLike, Ticker as TickerValue, UPDATE_PRIORITY } from 'pixi.js';
|
|
5
5
|
import { S as SoundManager, s as soundUtils } from './index-Czfdktw9.js';
|
|
6
6
|
export { b as Sound, c as SoundManagerStatic, a as sound } from './index-Czfdktw9.js';
|
|
7
7
|
export { AssetSrc, AssetsBundle, AssetsManifest, LoadParserName, ResolvedAsset, ResolvedSrc, UnresolvedAsset } from 'pixi.js/lib/assets/types';
|
|
8
|
-
import { C as CanvasManagerInterface, c as canvasUtils } from './index-
|
|
9
|
-
export {
|
|
8
|
+
import { C as CanvasManagerInterface, c as canvasUtils } from './index-DiRMyOsp.js';
|
|
9
|
+
export { K as CanvasBaseInterface, b as CanvasEvent, a0 as CanvasEventNamesType, d as CanvasManagerStatic, e as Container, I as ImageContainer, M as ImageContainerMemory, E as ImageContainerOptions, f as ImageSprite, N as ImageSpriteMemory, F as ImageSpriteOptions, X as MoveInOutProps, Y as PushInOutProps, R as RegisteredCanvasComponents, i as RegisteredEvents, L as ShakeEffectProps, Z as ShowWithDissolveTransitionProps, _ as ShowWithFadeTransitionProps, S as Sprite, O as SpriteBaseMemory, P as SpriteMemory, G as SpriteOptions, T as Text, Q as TextMemory, H as TextOptions, W as TextureMemory, V as VideoSprite, U as VideoSpriteMemory, J as VideoSpriteOptions, $ as ZoomInOutProps, v as addImage, t as addImageCointainer, A as addVideo, a as canvas, g as canvasComponentDecorator, h as eventDecorator, y as getTexture, w as loadImage, B as loadVideo, m as moveIn, j as moveOut, p as pushIn, k as pushOut, r as removeWithDissolve, l as removeWithFade, s as shakeEffect, x as showImage, u as showImageContainer, D as showVideo, n as showWithDissolve, o as showWithFade, z as zoomIn, q as zoomOut } from './index-DiRMyOsp.js';
|
|
10
10
|
import { c as characterUtils } from './index-BWzZWl0z.js';
|
|
11
11
|
export { C as CharacterBaseModel, d as CharacterInterface, a as CharacterStoredClass, R as RegisteredCharacters, g as getAllCharacters, b as getCharacterById, s as saveCharacter } from './index-BWzZWl0z.js';
|
|
12
12
|
export { CachedMap } from './classes/index.js';
|
|
@@ -39,7 +39,7 @@ import 'lru-cache';
|
|
|
39
39
|
import 'deep-diff';
|
|
40
40
|
import 'microdiff';
|
|
41
41
|
|
|
42
|
-
var version = "1.2.
|
|
42
|
+
var version = "1.2.18";
|
|
43
43
|
|
|
44
44
|
declare const Repeat: RepeatType;
|
|
45
45
|
/**
|