Methods
TODO
Name Type Default Description width
number 240 optional height
number 240 optional fps
number 24 optional options
object null optional Returns:
Type Description Sprite TODO
Name Type Default Description url
string JSONファイルのURL
URL of the JSON fileoptions
object null optional {number} width = Stageの幅 | Stage width
{number} height = Stageの高さ | Stage height
{string} [tagId=null] canvasを追加対象のDOMのID | ID of the DOM to which the canvas is added
{string} [base="/"] Loaderが読み込む際の絶対パス | Absolute path for Loader to load.
{number|string|boolean} [bgColor=null] 背景色 | background colorReturns:
Type Description void