mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-12-08 18:18:44 +00:00
[adapters] 增加小游戏适配部分源码
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import './Canvas'
|
||||
|
||||
function Image () {
|
||||
return $global.screencanvas.createImage();
|
||||
}
|
||||
|
||||
export default Image;
|
||||
Reference in New Issue
Block a user