gowebapi / webapi

Go Lang Web Assembly bindings for DOM, HTML etc
BSD 3-Clause "New" or "Revised" License
174 stars 12 forks source link

Canvas 2D context #7

Closed orsinium closed 4 years ago

orsinium commented 4 years ago

I see graphics/webgl for webgl canvas context but can't find CanvasRenderingContext2D. Is it generated?

martin-juhlin commented 4 years ago

Yes, according to the cross reference index it is located in html.canvas package.