One challenge I encountered when creating Spindle was copying the raw bytes of a PNG image to the clipboard. The current best practice for doing this is to use the ClipBoard API. This API isn't supported on all browsers, so I'll also show you how to ...