@@ -11,7 +11,7 @@ Creates a CanvasRenderingContext2D object representing a two-dimensional renderi
1111[Read more on MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext#2d)
1212*/
1313@send
14- external getContext_2D : (
14+ external getContext2D : (
1515 htmlCanvasElement ,
1616 @as ("2d" ) _ ,
1717 ~options : canvasRenderingContext2DSettings = ?,
@@ -23,7 +23,7 @@ Returns an object that provides methods and properties for drawing and manipulat
2323[Read more on MDN](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/getContext)
2424*/
2525@send
26- external getContext_WebGL : (
26+ external getContextWebGL : (
2727 htmlCanvasElement ,
2828 @as ("webgl" ) _ ,
2929 ~options : webGLContextAttributes = ?,
@@ -35,7 +35,7 @@ Returns an object that provides methods and properties for drawing and manipulat
3535[Read more on MDN](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/getContext)
3636*/
3737@send
38- external getContext_WebGL2 : (
38+ external getContextWebGL2 : (
3939 htmlCanvasElement ,
4040 @as ("webgl2" ) _ ,
4141 ~options : webGLContextAttributes = ?,
@@ -47,7 +47,7 @@ Returns an object that provides methods and properties for drawing and manipulat
4747[Read more on MDN](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/getContext)
4848*/
4949@send
50- external getContext_BitmapRenderer : (
50+ external getContextBitmapRenderer : (
5151 htmlCanvasElement ,
5252 @as ("bitmaprenderer" ) _ ,
5353 ~options : imageBitmapRenderingContextSettings = ?,
0 commit comments