Hacker News new | past | comments | ask | show | jobs | submit login

In my experience, the canvas api is very slow and not well thought-out. For example, to create a native image object from raw pixels, you have to copy the pixels into an ImageData object, draw it to a canvas, create a data URL from the canvas and then load an image from that data URL.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: