Implement HTMLCanvasElement#toDataURL

This commit is contained in:
David Zbarsky 2015-10-25 15:20:34 -07:00
parent e49c7a3acb
commit a63c98c24a
31 changed files with 49 additions and 131 deletions

View file

@ -92,3 +92,4 @@ tendril = "0.1.1"
rand = "0.3"
serde = "0.6"
caseless = "0.1.0"
image = "0.4.0"