torcan:另一个画布库

时间:2024-05-28 07:01:53
【文件属性】:

文件名称:torcan:另一个画布库

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-28 07:01:53

JavaScript

托尔坎 另一个画布库 用法 建立torcan是为了设置全屏画布元素,该元素通过缩放和定位视口在所有设备上保持视觉一致 let t = new torcan ( ) ; t . init ( document . getElementById ( "canvas" ) ) ; //give torcan an existing canvas element 您可以指定视口的大小和纵横比,以及视口是否应该覆盖或包含在窗口中 let t = new torcan ( 160 , 90 , true ) ; //this canvas has a virtual viewport of size 160x90, and covers the screen let t = new torcan ( 100 , 100 , true ) ; //size 100x100 (default squar


【文件预览】:
torcan-master
----test.html(3KB)
----LICENSE(1KB)
----README.md(3KB)
----torcan.js(10KB)

网友评论