ameba-canvas:用于快速重绘的画布元素优化器

时间:2024-07-14 02:51:20
【文件属性】:

文件名称:ameba-canvas:用于快速重绘的画布元素优化器

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-14 02:51:20

JavaScript

阿米巴帆布 Ameba Canvas 是一个用于快速重绘的画布元素优化器。 安装 请通过以下命令构建项目(需要 Grunt)。 编译后的 JS 文件位于/js/ameba-canvas.js $ npm install $ grunt build 用法 Ameba Canvas 使用策略模式来管理对象。 您应该为您的应用程序定义在画布元素上绘制的对象。 下面的代码是定义的例子。 您必须在对象上定义“paint”方法。 var Rect = function ( x , y , width , height ) { this . x = x ; this . y = y ; this . width = width ; this . height = height ; } ; // You have to define "paint" method on all Ame


【文件预览】:
ameba-canvas-master
----.gitignore(20B)
----karma.conf.js(2KB)
----README.md(1KB)
----test()
--------layer-list-spec.js(2KB)
--------sprite-list-spec.js(3KB)
----Gruntfile.js(794B)
----ts()
--------ameba-canvas.ts(3KB)
--------layer-list.ts(2KB)
--------layer.ts(684B)
--------sprite.ts(217B)
--------sprite-list.ts(810B)
----package.json(397B)

网友评论