More api hack for some web demo js examples. (by Natasha)
This commit is contained in:
committed by
Pavel V. Talanov
parent
1e180f550f
commit
55def7f8ff
@@ -127,4 +127,6 @@ fun getContext() : Context = Context();
|
||||
native
|
||||
fun getCanvas() : Canvas = Canvas();
|
||||
native
|
||||
fun getKotlinLogo() : HTMLImageElement = HTMLImageElement();
|
||||
fun getKotlinLogo() : HTMLImageElement = HTMLImageElement();
|
||||
native
|
||||
fun getImage(src: String) : HTMLImageElement = HTMLImageElement();
|
||||
Reference in New Issue
Block a user