Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ frameAnimation.spec.js
File
frameAnimation.spec.js
packages/melonjs/tests/frameAnimation.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeAll, describe, expect, it, vi } from
"vitest"
;
2
import
{ boot, FrameAnimation, Sprite, Sprite3d, video } from
"../src/index.js"
;
3
4
/**
Callers
nothing calls this directly
Calls
15
boot
Function · 0.90
makeSheet
Function · 0.85
makeHost
Function · 0.85
make
Function · 0.70
init
Method · 0.65
make
Method · 0.65
addAnimation
Method · 0.45
setCurrentAnimation
Method · 0.45
isCurrentAnimation
Method · 0.45
getAnimationNames
Method · 0.45
setAnimationFrame
Method · 0.45
getCurrentAnimationFrame
Method · 0.45
Tested by
no test coverage detected