@lottiefiles/dotlottie-web 0.28.0 → 0.29.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/dotlottie-player.wasm +0 -0
- package/dist/{index-Dba5bXrL.d.cts → index-CKktTSum.d.cts} +1 -0
- package/dist/{index-Dba5bXrL.d.ts → index-CKktTSum.d.ts} +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/worker/index.cjs +1 -1
- package/dist/worker/index.cjs.map +1 -1
- package/dist/worker/index.d.cts +1 -1
- package/dist/worker/index.d.ts +1 -1
- package/dist/worker/index.js +1 -1
- package/dist/worker/index.js.map +1 -1
- package/package.json +1 -1
|
Binary file
|
|
@@ -252,6 +252,7 @@ declare class DotLottieWorker {
|
|
|
252
252
|
removeEventListener<T extends EventType>(type: T, listener?: EventListener<T>): void;
|
|
253
253
|
static setWasmUrl(url: string): void;
|
|
254
254
|
loadStateMachine(stateMachineId: string): Promise<boolean>;
|
|
255
|
+
loadStateMachineData(stateMachineData: string): Promise<boolean>;
|
|
255
256
|
startStateMachine(): Promise<boolean>;
|
|
256
257
|
stopStateMachine(): Promise<boolean>;
|
|
257
258
|
postStateMachineEvent(event: string): Promise<boolean>;
|
|
@@ -252,6 +252,7 @@ declare class DotLottieWorker {
|
|
|
252
252
|
removeEventListener<T extends EventType>(type: T, listener?: EventListener<T>): void;
|
|
253
253
|
static setWasmUrl(url: string): void;
|
|
254
254
|
loadStateMachine(stateMachineId: string): Promise<boolean>;
|
|
255
|
+
loadStateMachineData(stateMachineData: string): Promise<boolean>;
|
|
255
256
|
startStateMachine(): Promise<boolean>;
|
|
256
257
|
stopStateMachine(): Promise<boolean>;
|
|
257
258
|
postStateMachineEvent(event: string): Promise<boolean>;
|