microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

Implement canvas.toDataURL #130

Closed Almost-Done closed 6 years ago

Almost-Done commented 6 years ago

Implement toDataURL for canvas when used with a 2D context. PNG and JPEG encoding is supported.

Implement setting a data URL as source for an Image.

Note: the holographic canvas does NOT implement toDataURL