skinview3d
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -20,4 +20,4 @@ import { PlayerObject } from "./model.js"; | ||
export declare class CompositeAnimation implements IAnimation { | ||
readonly handles: Set<AnimationHandle & IAnimation>; | ||
add(animation: Animation): AnimationHandle; | ||
readonly handles: Set<SubAnimationHandle & IAnimation>; | ||
add(animation: Animation): SubAnimationHandle; | ||
play(player: PlayerObject, time: number): void; | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "skinview3d", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Three.js powered Minecraft skin viewer", | ||
@@ -5,0 +5,0 @@ "main": "libs/skinview3d.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1372283